Commit 5894b15c authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4871] add make clean to the nightly script

git-svn-id: file:///svn/toku/tokudb@43520 c7de825b-a66e-492c-adef-691d508d4ae1
parent 53f90546
......@@ -149,6 +149,7 @@ cmake \
-D USE_CILK=OFF \
.. 2>&1 | tee -a $tracefile
cmake --system-information $resultsdir/sysinfo
make clean
set +e
ctest -j$ncpus \
-D ${ctest_model}Start \
......@@ -233,6 +234,7 @@ cmake \
-D USE_CILK=OFF \
.. 2>&1 | tee -a $tracefile
cmake --system-information $resultsdir/sysinfo
make clean
set +e
ctest -j$ncpus \
-D ${ctest_model}Start \
......@@ -332,6 +334,7 @@ cmake \
-D USE_CILK=OFF \
.. 2>&1 | tee -a $tracefile
cmake --system-information $resultsdir/sysinfo
make clean
set +e
ctest -j$ncpus \
-D ${ctest_model}Start \
......
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