summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-10-14 15:43:52 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2024-10-14 15:44:03 -0400
commit58147269744a78d0f6fae932232b651a61aa94bd (patch)
tree6e79d05af7e796e756bdc16ab104e100384974e1
parent258e3fe43aaf6a526db3c9ee0a4e10208243fb1e (diff)
more logging for test-git-branch
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rwxr-xr-xci/test-git-branch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test-git-branch.sh b/ci/test-git-branch.sh
index 4d0228e..679b5b7 100755
--- a/ci/test-git-branch.sh
+++ b/ci/test-git-branch.sh
@@ -222,6 +222,7 @@ while true; do
[[ ${#TEST_JOB[@]} != 0 && ${TEST_JOB[0]} == TEST_JOB ]] && break
+ echo "No test job available"
$ktest_once && exit 1
sleep 10