summaryrefslogtreecommitdiff
path: root/regress-driver
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-28 12:39:35 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-28 12:39:35 +0000
commit7d2577982a1d8b2ca5b0e77f162ae7ed5b074b51 (patch)
tree42364f9ed97e8e942e2408b45a74aff5047af58a /regress-driver
parent3cca5bc4c78f2e364c87605d150621ca17ae401f (diff)
downloadgpsd-7d2577982a1d8b2ca5b0e77f162ae7ed5b074b51.tar.gz
Update some documentation.
Removing the todo item is a bit of a fib as we've only verified types 1 and 9, but the rest are coming. All regression tests pass.
Diffstat (limited to 'regress-driver')
-rwxr-xr-xregress-driver1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress-driver b/regress-driver
index 38b54a94..36c09e5f 100755
--- a/regress-driver
+++ b/regress-driver
@@ -75,6 +75,7 @@ case $mode in
echo "Testing super-raw mode..." >&2
for f in $*; do
dir=`dirname $f`
+ # FIXME: Dependency on old protocol
$do gpsfake -s 38400 -1 -b -p -r "r=2" $opts ${f} \
| ./striplog -1 >$dir/test1.chk;
$do ./striplog <$${f} >$dir/test2.chk;