diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2022-07-07 23:55:45 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2022-07-08 00:15:46 -0400 |
commit | fbd193a8d397e58e807bd29661035d92665a494b (patch) | |
tree | 54676c86e377a1ae3cb18dbb2cd18710aa2a16dc /ci/_test-git-branch.sh | |
parent | 9374fbb2073541fd4d3f44ab70e36e31cd27e513 (diff) |
fixup! get-test-job: Query for subtests, and write per-subtest lockfiles
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 |