diff options
author | Keith Bostic <keith@wiredtiger.com> | 2016-03-11 10:26:36 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2016-03-11 10:26:36 -0500 |
commit | 96d266a085c48e283eafc953a245c99c20ca30a4 (patch) | |
tree | 4be7959594af000ec922fc9c8a0a3ad423d45c00 /test/readonly | |
parent | 2807e4509e1ef4fe06af29dce36437a8bdc1f9ef (diff) | |
download | mongo-96d266a085c48e283eafc953a245c99c20ca30a4.tar.gz |
WT-2466: Coverity 1352893 Buffer not null terminated #2566
Add the test directory to the local-clean target.
Diffstat (limited to 'test/readonly')
-rw-r--r-- | test/readonly/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/readonly/Makefile.am b/test/readonly/Makefile.am index 384e197a1f8..3abcd2386a1 100644 --- a/test/readonly/Makefile.am +++ b/test/readonly/Makefile.am @@ -10,4 +10,4 @@ t_LDFLAGS = -static TESTS = smoke.sh clean-local: - rm -rf WiredTiger* *.core __* + rm -rf WT_RD* WiredTiger* *.core __* |