summaryrefslogtreecommitdiff
path: root/valgrind-audit
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-26 03:51:14 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-26 03:51:14 +0000
commit310f32aa71bff3ea9c5e1e1353f9010ff2cb957a (patch)
tree819a464ff20aaafb6a4c74c07a6433e775d781b7 /valgrind-audit
parentccc24a13509838dce21670743f7604d2adb2e99e (diff)
downloadgpsd-310f32aa71bff3ea9c5e1e1353f9010ff2cb957a.tar.gz
Fix a race condition in the test framework.
Diffstat (limited to 'valgrind-audit')
-rwxr-xr-xvalgrind-audit1
1 files changed, 1 insertions, 0 deletions
diff --git a/valgrind-audit b/valgrind-audit
index d90519da..60401fd1 100755
--- a/valgrind-audit
+++ b/valgrind-audit
@@ -11,6 +11,7 @@ test = gpsfake.TestSession(prefix=invocation, options="-D %d" % debuglevel)
test.progress = sys.stderr.write
try:
+ test.spawn()
print "\n*** Test #1: Normal single-client-session behavior."
print "**** Add a GPS.\n"
gps1 = test.gps_add("test/bu303-moving.log")