From: Bdale Garbee Date: Wed, 30 Aug 2023 16:27:39 +0000 (-0600) Subject: ao-bringup: be consistent with success text in TeleGPS test script X-Git-Tag: 1.9.17~1^2~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=914fb3d53bf6fd4b8be8e10eb1a9e1e3e1a323be ao-bringup: be consistent with success text in TeleGPS test script --- diff --git a/ao-bringup/test-telegps-v3 b/ao-bringup/test-telegps-v3 index 491e7e4f..03543838 100755 --- a/ao-bringup/test-telegps-v3 +++ b/ao-bringup/test-telegps-v3 @@ -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 ;; *)