summaryrefslogtreecommitdiff
path: root/ci/_test-git-branch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/_test-git-branch.sh')
-rw-r--r--ci/_test-git-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/_test-git-branch.sh b/ci/_test-git-branch.sh
index 2f5803f..764870f 100644
--- a/ci/_test-git-branch.sh
+++ b/ci/_test-git-branch.sh
@@ -84,7 +84,7 @@ while (( ${#SUBTESTS[@]} )); do
$KTEST_DIR/lib/supervisor -T 1200 -f "$FULL_LOG" -S -F \
-b $TEST_NAME -o ktest-out/out \
- -- build-test-kernel run $TEST_PATH ${SUBTESTS[@]} &
+ -- build-test-kernel run $TEST_PATH ${SUBTESTS[@]} > /dev/null &
wait
SUBTESTS_REMAINING=()