summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-07-08 18:17:17 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2022-07-08 18:17:17 -0400
commitebfa06f4701ae43cf85747f7fc5e671447f9df93 (patch)
tree7d4ca0689e1356bd6756b6f5bb5d2714418185af
parent560a0f99a48d0519c26903af9b81229db3b22206 (diff)
ci/test-git-branch: drop old test status thing
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
-rw-r--r--ci/_test-git-branch.sh7
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