Commit 95eb7e46 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #4871 don't run test1426 under valgrind it's super slow because it's bdb

git-svn-id: file:///svn/toku/tokudb@46454 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3c00a0e7
......@@ -184,7 +184,7 @@ ctest -j$njobs \
2>&1 | tee -a $tracefile
ctest -j$njobs \
-D ${ctest_model}MemCheck \
-E '^ydb/.*\.bdb$' \
-E '^ydb/.*\.bdb$|test1426.tdb' \
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