diff --git a/pipelines/build.sh b/pipelines/build.sh index f44a24056afa920081917148474c7ab2d2191dec..4044e2d44431319ed6865c8e7493a418c775bbfe 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 ====================="