aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/misc/deps-checksum.sh
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-06-19 07:23:47 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-06-21 12:37:42 +0200
commitdbeb7210109f2e70e5fb55c65257ae2abd0bc3a0 (patch)
tree63deca76f6057ac02e6492f8f1008dd9b18cce9d /test-suite/misc/deps-checksum.sh
parentd30ed5fe0694466f70eed51bc689cd0fa8c00da5 (diff)
Should fix a false negative reported by deps-order.sh.
The files deps-order.sh and deps-checksum.sh were concurrently rm-ing the files of the other. Courtesy of Guillaume M.
Diffstat (limited to 'test-suite/misc/deps-checksum.sh')
-rwxr-xr-xtest-suite/misc/deps-checksum.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/misc/deps-checksum.sh b/test-suite/misc/deps-checksum.sh
index 1e2afb754..e07612b84 100755
--- a/test-suite/misc/deps-checksum.sh
+++ b/test-suite/misc/deps-checksum.sh
@@ -1,4 +1,4 @@
-rm -f misc/deps/*/*.vo
+rm -f misc/deps/A/*.vo misc/deps/B/*.vo
$coqc -R misc/deps/A A misc/deps/A/A.v
$coqc -R misc/deps/B A misc/deps/B/A.v
$coqc -R misc/deps/B A misc/deps/B/B.v