Commit f84b04c1 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4871] run long tests on all builds on nightly tests


git-svn-id: file:///svn/toku/tokudb@43493 c7de825b-a66e-492c-adef-691d508d4ae1
parent fc56b7b5
......@@ -208,6 +208,12 @@ BEGIN {
rm $cf
fi
if [[ $commit -eq 1 ]]; then
# hack to make long tests run nightly but not when run in experimental mode
longtests=ON
else
longtests=OFF
fi
################################################################################
## run valgrind on icc debug build
resultsdir=$tracefilepfx-Debug
......@@ -223,6 +229,7 @@ cmake \
-D INTEL_CC=ON \
-D BUILD_TESTING=ON \
-D USE_BDB=OFF \
-D RUN_LONG_TESTS=$longtests \
-D USE_CILK=OFF \
.. 2>&1 | tee -a $tracefile
cmake --system-information $resultsdir/sysinfo
......@@ -321,6 +328,7 @@ cmake \
-D BUILD_TESTING=ON \
-D USE_GCOV=ON \
-D USE_BDB=OFF \
-D RUN_LONG_TESTS=$longtests \
-D USE_CILK=OFF \
.. 2>&1 | tee -a $tracefile
cmake --system-information $resultsdir/sysinfo
......
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