mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Add SUMMARIZE=1 to the cxx tests. Refs #2678. [t:2678].
git-svn-id: file:///svn/toku/tokudb@20901 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
7d2b82be13
commit
1ef3183013
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ function build() {
|
|||
# cxx
|
||||
runcmd $dowindows $productbuilddir/cxx make -k -s >>$tracefile 2>&1
|
||||
runcmd $dowindows $productbuilddir/cxx make -k -s install >>$tracefile 2>&1
|
||||
runcmd $dowindows $productbuilddir/cxx/tests make -k -s check >>$tracefile 2>&1
|
||||
runcmd $dowindows $productbuilddir/cxx/tests make -k -s check SUMMARIZE=1 >>$tracefile 2>&1
|
||||
runcmd $dowindows $productbuilddir/db-benchmark-test-cxx make -k -s >>$tracefile 2>&1
|
||||
runcmd $dowindows $productbuilddir/db-benchmark-test-cxx make -k -s check >>$tracefile 2>&1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue