From 7aad17185df5019c8ba5f0783e47c620d4fadb3e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 13 Feb 2015 13:45:35 -0500 Subject: gpsfake code fell out of sync with documentation. Fix this. All regression tests pass. --- gpsfake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsfake') diff --git a/gpsfake b/gpsfake index a6792515..3abcf639 100755 --- a/gpsfake +++ b/gpsfake @@ -178,7 +178,7 @@ if __name__ == '__main__': print >>sys.stderr, "Processing %s" % ",".join(arguments) # Don't allocate a private port when cycling logs for client testing. - if port is None and not singleshot: + if port is None and not pipe: port = gps.GPSD_PORT test = gpsfake.TestSession(prefix=monitor, port=port, options=doptions, -- cgit v1.2.1