diff options
-rw-r--r-- | ci/_test-git-branch.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/_test-git-branch.sh b/ci/_test-git-branch.sh index a4ccd5a..154eaf1 100644 --- a/ci/_test-git-branch.sh +++ b/ci/_test-git-branch.sh @@ -51,6 +51,8 @@ if [[ -z $TEST_PATH ]]; then exit 1 fi +echo "Running test $TEST_PATH for branch $BRANCH and commit $COMMIT" + sync_git_repos git_fetch linux $COMMIT git checkout FETCH_HEAD |