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

Fix #2691. (Silent CXX nightly build plus add PASS/FAIL). close[t:2691]

git-svn-id: file:///svn/toku/tokudb@20862 c7de825b-a66e-492c-adef-691d508d4ae1
parent c9bc62da
...@@ -228,11 +228,11 @@ function build() { ...@@ -228,11 +228,11 @@ function build() {
runcmd 0 $productbuilddir/db-benchmark-test make -j$makejobs -k check >>$tracefile 2>&1 runcmd 0 $productbuilddir/db-benchmark-test make -j$makejobs -k check >>$tracefile 2>&1
# cxx # cxx
runcmd $dowindows $productbuilddir/cxx make -k >>$tracefile 2>&1 runcmd $dowindows $productbuilddir/cxx make -k -s >>$tracefile 2>&1
runcmd $dowindows $productbuilddir/cxx make -k install >>$tracefile 2>&1 runcmd $dowindows $productbuilddir/cxx make -k -s install >>$tracefile 2>&1
runcmd $dowindows $productbuilddir/cxx/tests make -k check >>$tracefile 2>&1 runcmd $dowindows $productbuilddir/cxx/tests make -k -s check >>$tracefile 2>&1
runcmd $dowindows $productbuilddir/db-benchmark-test-cxx make -k >>$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 check >>$tracefile 2>&1 runcmd $dowindows $productbuilddir/db-benchmark-test-cxx make -k -s check >>$tracefile 2>&1
# Makefile for release/examples is NOT ported to windows. Expect it to fail. # Makefile for release/examples is NOT ported to windows. Expect it to fail.
runcmd $dowindows $productbuilddir/release make -k setup >>$tracefile 2>&1 runcmd $dowindows $productbuilddir/release make -k setup >>$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