diff options
| author | Keith Packard <keithp@keithp.com> | 2014-09-12 17:22:37 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-09-12 17:22:37 -0700 |
| commit | f2d045570d2cda0abde67a68506cb3fc2e119ec3 (patch) | |
| tree | b47f2b0814b768b12a4c677fc43068f76231f505 | |
| parent | d0e597789ac298b108ea04cc1a2c999bcf14bc9c (diff) | |
ao-bringup: Use C version of ao-test-gps in test-telegps
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rwxr-xr-x | ao-bringup/test-telegps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-bringup/test-telegps b/ao-bringup/test-telegps index d09578ae..0b275802 100755 --- a/ao-bringup/test-telegps +++ b/ao-bringup/test-telegps @@ -32,7 +32,7 @@ ao-list | while read product serial dev; do esac echo "Testing GPS" - ./test-gps "$dev" + ../ao-tools/ao-test-gps/ao-test-gps --tty="$dev" case $? in 0) |
