mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Makefile: fix race condition in test-clean that caused occasional failures
This commit is contained in:
parent
1df66afbcf
commit
55a9591540
2
Makefile
2
Makefile
@ -196,7 +196,7 @@ test-darcs-boringfile:
|
|||||||
$(PYTHON) misc/test-darcs-boringfile.py
|
$(PYTHON) misc/test-darcs-boringfile.py
|
||||||
|
|
||||||
test-clean:
|
test-clean:
|
||||||
find . |sort >allfiles.tmp.old
|
find . |grep -v allfiles.tmp |sort >allfiles.tmp.old
|
||||||
$(MAKE)
|
$(MAKE)
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
find . |grep -v allfiles.tmp |sort >allfiles.tmp.new
|
find . |grep -v allfiles.tmp |sort >allfiles.tmp.new
|
||||||
|
Loading…
Reference in New Issue
Block a user