diff options
Diffstat (limited to 'ci/_test-git-branch.sh')
-rw-r--r-- | ci/_test-git-branch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/_test-git-branch.sh b/ci/_test-git-branch.sh index 7538439..b0b8dbb 100644 --- a/ci/_test-git-branch.sh +++ b/ci/_test-git-branch.sh @@ -47,7 +47,7 @@ if [[ -z $TEST_PATH ]]; then exit 1 fi -echo "Running test $TEST_PATH on commit $COMMIT from branch $BRANCH" +echo "Running test job ${TEST_JOB[@]}" sync_git_repos git_fetch linux $COMMIT |