]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: it is okay to leave a src/allmydata/_auto_deps.py lying around after a build
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 17:43:37 +0000 (10:43 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 17:43:37 +0000 (10:43 -0700)
Makefile

index 777ae667b34c60c283bf2730f812e9d6a484e076..d7997caaab84da034e9d12d3beb8874e01cbaa2c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -295,10 +295,10 @@ test-darcs-boringfile:
        $(PYTHON) misc/test-darcs-boringfile.py
 
 test-clean:
-       find . |grep -vEe"allfiles.tmp|src/allmydata/_version.py|src/allmydata_tahoe.egg-info" |sort >allfiles.tmp.old
+       find . |grep -vEe"allfiles.tmp|src/allmydata/_(version|auto_deps).py|src/allmydata_tahoe.egg-info" |sort >allfiles.tmp.old
        $(MAKE)
        $(MAKE) clean
-       find . |grep -vEe"allfiles.tmp|src/allmydata/_version.py|src/allmydata_tahoe.egg-info" |sort >allfiles.tmp.new
+       find . |grep -vEe"allfiles.tmp|src/allmydata/_(version|auto_deps).py|src/allmydata_tahoe.egg-info" |sort >allfiles.tmp.new
        diff allfiles.tmp.old allfiles.tmp.new
 
 clean: