Commit 39825344 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#2891 refs[t:2891] fix the nightly fractal tree test script for cilk tests

git-svn-id: file:///svn/toku/tokudb@23982 c7de825b-a66e-492c-adef-691d508d4ae1
parent cb9539d6
...@@ -173,6 +173,7 @@ function build() { ...@@ -173,6 +173,7 @@ function build() {
if [ -f /proc/version ] ; then if [ -f /proc/version ] ; then
cat /proc/version >>$tracefile cat /proc/version >>$tracefile
fi fi
env >>$tracefile 2>&1
# checkout the source dir # checkout the source dir
productbuilddir=$svnbase/$productname productbuilddir=$svnbase/$productname
...@@ -188,7 +189,7 @@ function build() { ...@@ -188,7 +189,7 @@ function build() {
# portability # portability
runcmd 0 $productbuilddir/$oschoice make -k -j$makejobs >>$tracefile 2>&1 runcmd 0 $productbuilddir/$oschoice make -k -j$makejobs >>$tracefile 2>&1
runcmd 0 $productbuilddir/$oschoice/tests make -k -j$makejobs >>$tracefile 2>&1 runcmd 0 $productbuilddir/$oschoice/tests make -k -j$makejobs >>$tracefile 2>&1
runcmd 0 $productbuilddir/$oschoice/tests make -k -j$makejobs check >>$tracefile 2>&1 runcmd 0 $productbuilddir/$oschoice/tests make -k -j$makejobs check -s SUMMARIZE=1 >>$tracefile 2>&1
# newbrt # newbrt
runcmd 0 $productbuilddir/newbrt make -k -j$makejobs checko2 >>$tracefile 2>&1 runcmd 0 $productbuilddir/newbrt make -k -j$makejobs checko2 >>$tracefile 2>&1
...@@ -257,7 +258,7 @@ function build() { ...@@ -257,7 +258,7 @@ function build() {
if [ $dowindows -eq 0 ] ; then if [ $dowindows -eq 0 ] ; then
# cilk debug build # cilk debug build
runcmd 0 $productbuilddir make -s clean >>$tracefile 2>&1 runcmd 0 $productbuilddir make -s clean >>$tracefile 2>&1
runcmd 0 $productbuilddir/newbrt/tests make -s DEBUG=1 BRTLOADER=cilk >>$tracefile 2>&1 runcmd 0 $productbuilddir/newbrt make -s DEBUG=1 BRTLOADER=cilk >>$tracefile 2>&1
# run the loader tests with cilkscreen # run the loader tests with cilkscreen
runcmd 0 $productbuilddir/newbrt/tests make cilkscreen_brtloader DEBUG=1 BRTLOADER=cilk -s SUMMARIZE=1 >>$tracefile 2>&1 runcmd 0 $productbuilddir/newbrt/tests make cilkscreen_brtloader DEBUG=1 BRTLOADER=cilk -s 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