show commit before running the command on each rev
This commit is contained in:
parent
5d1ca608c1
commit
0a90854018
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ run_tests() {
|
|||
for rev in $revs; do
|
||||
debug "Checking out: $(git log --oneline -1 $rev)"
|
||||
log_command git checkout --quiet $rev
|
||||
git log -n1
|
||||
log_command $test_command
|
||||
log_command git reset --hard --quiet
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue