Commit bf330c3c authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Add SUMMARIZE=1 to the cxx tests. Refs #2678. [t:2678].

git-svn-id: file:///svn/toku/tokudb@20901 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1f01fe28
......@@ -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
......
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