ao-bringup: be consistent with success text in TeleGPS test script
authorBdale Garbee <bdale@gag.com>
Wed, 30 Aug 2023 16:27:39 +0000 (10:27 -0600)
committerKeith Packard <keithp@keithp.com>
Wed, 30 Aug 2023 16:28:45 +0000 (09:28 -0700)
ao-bringup/test-telegps-v3

index 491e7e4f1995b2e6af66c0edd705d5727c983fff..0354383838d8be641d320c5bc9e22e16451ee2e0 100755 (executable)
@@ -42,7 +42,8 @@ ao-list | while read product serial dev; do
                    exit 1
            esac
 
-           echo "$PRODUCT-v$VERSION" serial "$serial" passed functional tests
+           echo "$PRODUCT-v$VERSION" serial "$serial" is ready to ship
+            echo "\007"
            ret=0
            ;;
        *)