summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2022-09-02 00:46:15 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2022-09-02 00:46:25 -0400
commit4a2f32cf81ee1280cae60793e4d2ddc74b67c31d (patch)
treefc56c396e1872b98e7dd35258904828b4bd85aa4
parentf461ab39c0991e1ce3b93525be309e49bdb3cb93 (diff)
ci: Add a log message
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--ci/_test-git-branch.sh2
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