diff options
-rwxr-xr-x | ci/test-git-branch.sh | 1 |
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 |