summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-09 06:13:31 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-09 06:13:31 -0500
commit156c381715e13466682af32d284ee1c684b0de96 (patch)
treecd4610ad39f6c8cc8a927882cb421118dd4ce0aa /gpsfake
parent2bfb81a123d1eb21358f0c6bfe730562f755dd32 (diff)
downloadgpsd-156c381715e13466682af32d284ee1c684b0de96.tar.gz
CLOSE_DELAY is gone. Test source termination is now deterministic.
All regression tests pass.
Diffstat (limited to 'gpsfake')
-rwxr-xr-xgpsfake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsfake b/gpsfake
index 3ef7e4bd..7d010b69 100755
--- a/gpsfake
+++ b/gpsfake
@@ -141,7 +141,7 @@ if __name__ == '__main__':
elif (switch == '-t'):
tcp = True
elif (switch == '-T'):
- sys.stdout.write("sys %s platform %s: WRITE_PAD = %.5f CLOSE_DELAY = %.5f\n" % (sys.platform, platform.platform(), gpsfake.WRITE_PAD, gpsfake.CLOSE_DELAY))
+ sys.stdout.write("sys %s platform %s: WRITE_PAD = %.5f\n" % (sys.platform, platform.platform(), gpsfake.WRITE_PAD))
raise SystemExit,0
elif (switch == '-u'):
udp = True