summaryrefslogtreecommitdiff
path: root/test/huge
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-03-22 16:13:59 -0400
committerKeith Bostic <keith@wiredtiger.com>2016-03-22 16:13:59 -0400
commite0633ed6ba47f23869c7899eb88e9c8c3a060a87 (patch)
treeac698f4802f7ba3600fbb63bad54f7cfd71335f7 /test/huge
parent18e6091d9c16bf46bc8d0750b2227ca71a559c33 (diff)
downloadmongo-e0633ed6ba47f23869c7899eb88e9c8c3a060a87.tar.gz
WT-2508: test programs should remove test directories on the "clean" target
Pass over test programs, remove working directories in the clean target, fix cut-and-paste (and other) problems where non-existent files were removed.
Diffstat (limited to 'test/huge')
-rw-r--r--test/huge/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/huge/Makefile.am b/test/huge/Makefile.am
index bc76bdc0f3c..151d3a40dd4 100644
--- a/test/huge/Makefile.am
+++ b/test/huge/Makefile.am
@@ -10,4 +10,4 @@ t_LDFLAGS = -static
TESTS = smoke.sh
clean-local:
- rm -rf WiredTiger* *.core __*
+ rm -rf WT_TEST *.core