X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-bringup%2Ftest-telegps;h=0b27580205e4794c05f2d59139a80b951e86d09b;hp=f31744850dddb579e983c632f909582d53b86686;hb=b6b5c64f93fa56bcb22ea1c4279e4f754e6e6f1c;hpb=9ab3a1de95b705783c31a7e16447f52c10b6b480 diff --git a/ao-bringup/test-telegps b/ao-bringup/test-telegps index f3174485..0b275802 100755 --- a/ao-bringup/test-telegps +++ b/ao-bringup/test-telegps @@ -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) @@ -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 ;; *)