From 573502c12a2b9701d1ba6400cf0bd826eaf57e98 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Wed, 23 Jan 2008 10:43:37 -0700 Subject: [PATCH] tests: it is okay to leave a src/allmydata/_auto_deps.py lying around after a build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 777ae667..d7997caa 100644 --- 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: -- 2.45.2