ao-bringup: Use C version of test-flash for telegps
[fw/altos] / ao-bringup / test-telegps
index f31744850dddb579e983c632f909582d53b86686..d09578ae81faac4f5cac52e6ff3c04a9f0d3aaba 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)
@@ -42,7 +42,7 @@ ao-list | while read product serial dev; do
                    exit 1
            esac
 
-           echo "$PRODUCT-v$VERSION" serial "$serial" is ready to ship
+           echo "$PRODUCT-v$VERSION" serial "$serial" passed functional tests
            ret=0
            ;;
        *)