summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-02 02:52:19 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-02 02:52:19 -0500
commitf2ba61245f84a8dfada18953fda5cd960eaf9423 (patch)
tree48ac542204777540c4e99606d86daa50f6f44124 /gpsfake
parente9b32d194285e307630f6e3cf64587976acde8bb (diff)
downloadgpsd-f2ba61245f84a8dfada18953fda5cd960eaf9423.tar.gz
Open ttys with CLOCAL, following a suggestion by Hal Murray.
Also, zero in on shorter delays in the regression tests. 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 b9f12956..cc3d7adb 100755
--- a/gpsfake
+++ b/gpsfake
@@ -153,7 +153,7 @@ if __name__ == '__main__':
elif (switch == '-t'):
tcp = True
elif (switch == '-T'):
- sys.stdout.write("sys %s platform %s: WRITE_PAD = %.3f CLOSE_DELAY = %.2f\n" % (sys.platform, platform.platform(), gpsfake.WRITE_PAD, gpsfake.CLOSE_DELAY))
+ sys.stdout.write("sys %s platform %s: WRITE_PAD = %.5f CLOSE_DELAY = %.5f\n" % (sys.platform, platform.platform(), gpsfake.WRITE_PAD, gpsfake.CLOSE_DELAY))
raise SystemExit,0
elif (switch == '-u'):
udp = True