summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-03-06 11:39:53 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-03-06 11:42:59 -0500
commitad00d00e14aaede4b78b5f908fe577a5b0496243 (patch)
treeed6e0658c02ed2adb00048167f8fe61cf2747bfa
parenta2e6be003cd5c920881707dbd234e1ebf81fbd28 (diff)
ci: More verbosity
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--ci/_test-git-branch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/_test-git-branch.sh b/ci/_test-git-branch.sh
index 8f4b8a6..980fbbc 100644
--- a/ci/_test-git-branch.sh
+++ b/ci/_test-git-branch.sh
@@ -4,7 +4,7 @@ set -o nounset
set -o errexit
set -o errtrace
-ktest_verbose=0
+ktest_verbose=1
KTEST_DIR=$(dirname "$(readlink -e "$0")")/..
JOBSERVER_LINUX_REPO=ssh://$JOBSERVER/$JOBSERVER_HOME/linux
@@ -115,7 +115,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 -P $TEST_PATH ${SUBTESTS[@]} > /dev/null &
+ -- build-test-kernel run -P $TEST_PATH ${SUBTESTS[@]} &
wait
SUBTESTS_REMAINING=()