From 5b7a0db3796c5f38cc1648b8ed9735370f1c3095 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Wed, 21 Sep 2022 09:02:10 +0800 Subject: [PATCH] tweaks --- pipelines/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/build.sh b/pipelines/build.sh index f44a240..4044e2d 100644 --- a/pipelines/build.sh +++ b/pipelines/build.sh @@ -67,7 +67,7 @@ if [ "$unittest_status" != 0 ] || [ "$import_status" != 0 ]; then exit 1 else echo "===================== TEST SUMMARY =====================" - echo "Test done!" + echo "Test passed!" echo "Importability status: $import_status" echo "Unit test status: $unittest_status" echo "===================== POST BUILD BELOW =====================" -- GitLab