diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-11-24 16:18:35 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-11-24 16:18:35 -0500 |
commit | 7bf4110b083fe654ae8776d31a5832390ae2b50f (patch) | |
tree | 07631a7ba0c346f3e4f79f716a4d06827708cc63 /bench/wtperf | |
parent | 05bad45ef74a3a569de92e199c1701802d05ce99 (diff) | |
download | mongo-7bf4110b083fe654ae8776d31a5832390ae2b50f.tar.gz |
The comment was no longer true, fix it.
Diffstat (limited to 'bench/wtperf')
-rw-r--r-- | bench/wtperf/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bench/wtperf/Makefile.am b/bench/wtperf/Makefile.am index c577314ff1c..c6dc0f58063 100644 --- a/bench/wtperf/Makefile.am +++ b/bench/wtperf/Makefile.am @@ -7,9 +7,7 @@ wtperf_LDFLAGS = -static wtperf_SOURCES =\ config.c misc.c wtperf.c wtperf.h wtperf_opt.i -# The benchmark can be run with no arguments as simple smoke tests TESTS = smoke.sh - TESTS_ENVIRONMENT = rm -rf WT_TEST ; mkdir WT_TEST ; clean-local: |