From d069cad8d10b4e48e8315f40b43714a679bb1355 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Fri, 14 Jun 2024 15:49:48 -0400 Subject: [PATCH] fix(vpp-hst): fix completion line for HST jobs Change-Id: I05c74818dbbb111eb57ead81986cd6abfc835753 Signed-off-by: Dave Wallace --- jjb/scripts/vpp/debug-hst.sh | 2 +- jjb/scripts/vpp/hst.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/scripts/vpp/debug-hst.sh b/jjb/scripts/vpp/debug-hst.sh index 9824eb842..1761d0949 100755 --- a/jjb/scripts/vpp/debug-hst.sh +++ b/jjb/scripts/vpp/debug-hst.sh @@ -58,5 +58,5 @@ if [ -n "$BUILD_ERROR" ] ; then RETVAL="1" fi echo -e "\n$line\n* VPP ${OS_ID^^}-${OS_VERSION_ID}-${OS_ARCH^^}" \ - "BUILD $BUILD_RESULT\n$line\n" + "DEBUG HostStack Test Suite $BUILD_RESULT\n$line\n" exit $RETVAL diff --git a/jjb/scripts/vpp/hst.sh b/jjb/scripts/vpp/hst.sh index 08f075b68..1a5f3cad8 100755 --- a/jjb/scripts/vpp/hst.sh +++ b/jjb/scripts/vpp/hst.sh @@ -62,5 +62,5 @@ if [ -n "$BUILD_ERROR" ] ; then RETVAL="1" fi echo -e "\n$line\n* VPP ${OS_ID^^}-${OS_VERSION_ID}-${OS_ARCH^^}" \ - "BUILD $BUILD_RESULT\n$line\n" + "HostStack Test Suite $BUILD_RESULT\n$line\n" exit $RETVAL -- 2.16.6