ao-bringup: Use C version of ao-test-gps in test-telegps
authorKeith Packard <keithp@keithp.com>
Sat, 13 Sep 2014 00:22:37 +0000 (17:22 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 13 Sep 2014 00:22:37 +0000 (17:22 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
ao-bringup/test-telegps

index d09578ae81faac4f5cac52e6ff3c04a9f0d3aaba..0b27580205e4794c05f2d59139a80b951e86d09b 100755 (executable)
@@ -32,7 +32,7 @@ ao-list | while read product serial dev; do
            esac
 
            echo "Testing GPS"
            esac
 
            echo "Testing GPS"
-           ./test-gps "$dev"
+           ../ao-tools/ao-test-gps/ao-test-gps --tty="$dev"
 
            case $? in
                0)
 
            case $? in
                0)