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

Quiet the nightly builds even more. Refs #2678. [t:2678]

git-svn-id: file:///svn/toku/tokudb@20991 c7de825b-a66e-492c-adef-691d508d4ae1
parent d4aaf04d
......@@ -192,7 +192,7 @@ function build() {
# newbrt
runcmd 0 $productbuilddir/newbrt make -k -j$makejobs checko2 >>$tracefile 2>&1
runcmd 0 $productbuilddir/newbrt make -k -j$makejobs >>$tracefile 2>&1
runcmd 0 $productbuilddir/newbrt make -k -s -j$makejobs >>$tracefile 2>&1
if [ $dovalgrind -ne 0 ] ; then
runcmd 0 $productbuilddir/newbrt make -j$makejobs -k check -s SUMMARIZE=1 >>$tracefile 2>&1
else
......@@ -200,8 +200,8 @@ function build() {
fi
# lock tree
runcmd 0 $productbuilddir/src/range_tree make -k -j$makejobs >>$tracefile 2>&1
runcmd 0 $productbuilddir/src/lock_tree make -k -j$makejobs >>$tracefile 2>&1
runcmd 0 $productbuilddir/src/range_tree make -k -s -j$makejobs >>$tracefile 2>&1
runcmd 0 $productbuilddir/src/lock_tree make -k -s -j$makejobs >>$tracefile 2>&1
runcmd 0 $productbuilddir/src/range_tree/tests make -k -s -j$makejobs check SUMMARIZE=1 >>$tracefile 2>&1
runcmd 0 $productbuilddir/src/lock_tree/tests make -k -s -j$makejobs check SUMMARIZE=1 >>$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