summaryrefslogtreecommitdiff
path: root/test/salvage
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-09-11 09:21:24 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-09-11 09:21:24 +0000
commit30c6aba8298114070367c4e0b35292ac91312f76 (patch)
treea5e1acda7e618ee5b9870c5ce4568e83dc413078 /test/salvage
parenteda6751ae033efd01008fa92baac297f452d2edd (diff)
downloadmongo-30c6aba8298114070367c4e0b35292ac91312f76.tar.gz
Update salvage to the new structure (add a local clean target), remove
vt, I don't run valgrind here any more. --HG-- extra : rebase_source : eec2a0208522f95c81476ee48311e7d59f0d380a
Diffstat (limited to 'test/salvage')
-rw-r--r--test/salvage/Makefile.am3
-rw-r--r--test/salvage/vt14
2 files changed, 3 insertions, 14 deletions
diff --git a/test/salvage/Makefile.am b/test/salvage/Makefile.am
index f93afffd3fd..11984235cdd 100644
--- a/test/salvage/Makefile.am
+++ b/test/salvage/Makefile.am
@@ -4,3 +4,6 @@ noinst_PROGRAMS = t
t_SOURCES = salvage.c
t_LDADD = $(top_builddir)/libwiredtiger.la
t_LDFLAGS = -static
+
+clean-local:
+ rm -rf __slvg.* __schema.wt
diff --git a/test/salvage/vt b/test/salvage/vt
deleted file mode 100644
index 09a1cd20484..00000000000
--- a/test/salvage/vt
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-rm -f vgout.*
-
-# Add
-# --db-attach=yes
-# to wait on a debugger attach.
-valgrind \
- --leak-check=yes \
- --log-file=vgout.%p \
- --read-var-info=yes \
- --suppressions=../format/vt.suppress \
- --track-fds=yes \
- ./t