diff options
-rw-r--r-- | ci/_test-git-branch.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/_test-git-branch.sh b/ci/_test-git-branch.sh index e83768a..14d7f34 100644 --- a/ci/_test-git-branch.sh +++ b/ci/_test-git-branch.sh @@ -61,13 +61,6 @@ rm -rf ktest-out/out build-test-kernel run $TEST_PATH ${TEST_JOB[@]:3} || true -if [[ -f ktest-out/out/$TEST_NAME ]]; then - echo "Test $TEST_NAME completed" -else - echo "Test $TEST_NAME failed to start" - echo "TEST FAILED" > "ktest-out/out/$TEST_NAME" -fi - find ktest-out/out -type f -name \*log -print0|xargs -0 brotli --rm -9 OUTPUT=$JOBSERVER_OUTPUT_DIR/c/$COMMIT |