mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
refs #5672 use debug build for helgrind tests nightly
git-svn-id: file:///svn/toku/tokudb@50730 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
faa4928a74
commit
43553c0cf2
1 changed files with 3 additions and 3 deletions
|
@ -192,11 +192,11 @@ ctest -j$njobs \
|
|||
-D ${ctest_model}Configure \
|
||||
-D ${ctest_model}Build \
|
||||
-D ${ctest_model}Test \
|
||||
-E '/drd' \
|
||||
-E '/drd|/helgrind' \
|
||||
2>&1 | tee -a $tracefile
|
||||
ctest -j$njobs \
|
||||
-D ${ctest_model}MemCheck \
|
||||
-E '^ydb/.*\.bdb$|test1426.tdb|/drd' \
|
||||
-E '^ydb/.*\.bdb$|test1426.tdb|/drd|/helgrind' \
|
||||
2>&1 | tee -a $tracefile
|
||||
set -e
|
||||
|
||||
|
@ -303,7 +303,7 @@ ctest -j$njobs \
|
|||
-D ${ctest_model}Configure \
|
||||
-D ${ctest_model}Build \
|
||||
-D ${ctest_model}Test \
|
||||
-R '/drd' \
|
||||
-R '/drd|/helgrind' \
|
||||
2>&1 | tee -a $tracefile
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue