show commit before running the command on each rev

This commit is contained in:
Sami Samhuri 2017-04-06 18:05:22 -07:00
parent 5d1ca608c1
commit 0a90854018
No known key found for this signature in database
GPG key ID: F76F41F04D99808F

View file

@ -64,6 +64,7 @@ run_tests() {
for rev in $revs; do for rev in $revs; do
debug "Checking out: $(git log --oneline -1 $rev)" debug "Checking out: $(git log --oneline -1 $rev)"
log_command git checkout --quiet $rev log_command git checkout --quiet $rev
git log -n1
log_command $test_command log_command $test_command
log_command git reset --hard --quiet log_command git reset --hard --quiet
done done