summaryrefslogtreecommitdiff
path: root/devtools/flocktest.ini
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-18 11:13:27 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-18 11:13:27 -0400
commit4b2208343325e0acd424cf67e97ed8c8c9dc5137 (patch)
treed082a68eebbdb6f0f472b6b3b5c39abd2ae96ef5 /devtools/flocktest.ini
parentfe6baeec810f91437bd3c806c41fc22b6a5cd33b (diff)
downloadgpsd-4b2208343325e0acd424cf67e97ed8c8c9dc5137.tar.gz
Avoid spurious link errors in the flock tests.
Diffstat (limited to 'devtools/flocktest.ini')
-rw-r--r--devtools/flocktest.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/flocktest.ini b/devtools/flocktest.ini
index 1c78d553..a4a5f893 100644
--- a/devtools/flocktest.ini
+++ b/devtools/flocktest.ini
@@ -14,7 +14,7 @@
[DEFAULT]
project = GPSD
origin = git://git.berlios.de/gpsd
-regression = ./autogen.sh && make && make check
+regression = ./autogen.sh && make && make clean && make check
#
# In each site section, the section name is the FQDN of the host machine.
# The attributes are:
@@ -68,5 +68,5 @@ login = gpsd
devices = -
port = 26090
quiet = yes
-regression = ./autogen.sh && make -j14 && make check
+regression = ./autogen.sh && make clean && make -j14 && make check
status = up