altosdroid: Deal with AltosState changes
[fw/altos] / ao-bringup / test-telegps
index 9295dd062db03c698308eb4198530c9e27f79afc..0b27580205e4794c05f2d59139a80b951e86d09b 100755 (executable)
@@ -21,7 +21,7 @@ ao-list | while read product serial dev; do
            FLASHSIZE=2097152
 
            echo "Testing flash"
-           ./test-flash "$dev" "$FLASHSIZE"
+           ../ao-tools/ao-test-flash/ao-test-flash --tty="$dev" "$FLASHSIZE"
 
            case $? in
                0)
@@ -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)