Skip to content

Commit

Permalink
added output for the various git commit refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennon York committed Apr 10, 2015
1 parent 3f073d6 commit f2186be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/run-tests-jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ pr_message=""
# Ensure we save off the current HEAD to revert to
current_pr_head="`git rev-parse HEAD`"

echo "HEAD: `git rev-parse HEAD`"
echo "GHPRB: $ghprbActualCommit"
echo "SHA1: $sha1"

# Run pull request tests
for t in "${PR_TESTS[@]}"; do
this_test="${FWDIR}/dev/tests/${t}.sh"
Expand Down

0 comments on commit f2186be

Please sign in to comment.