We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ede81f commit 0fbe57dCopy full SHA for 0fbe57d
dev/jenkins/build-mpich.sh
@@ -53,6 +53,7 @@ git-log | tee timestamp-new.txt
53
if [[ -r timestamp-old.txt ]] {
54
log "Old timestamp:"
55
cat timestamp-old.txt
56
+ log "Running diff:"
57
if diff -q timestamp-{old,new}.txt
58
then
59
GIT_CHANGED=0
0 commit comments