From 914fb3d53bf6fd4b8be8e10eb1a9e1e3e1a323be Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 30 Aug 2023 10:27:39 -0600 Subject: [PATCH] ao-bringup: be consistent with success text in TeleGPS test script --- ao-bringup/test-telegps-v3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ;; *) -- 2.30.2