Commit ce7934a0 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5291 don't run bdb tests under valgrind


git-svn-id: file:///svn/toku/tokudb@46389 c7de825b-a66e-492c-adef-691d508d4ae1
parent e8e3f3ea
......@@ -181,7 +181,10 @@ ctest -j$njobs \
-D ${ctest_model}Configure \
-D ${ctest_model}Build \
-D ${ctest_model}Test \
2>&1 | tee -a $tracefile
ctest -j$njobs \
-D ${ctest_model}MemCheck \
-E '^ydb/.*\.bdb$' \
2>&1 | tee -a $tracefile
set -e
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment