Commit f84e764d 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 6127e536
...@@ -208,6 +208,12 @@ BEGIN { ...@@ -208,6 +208,12 @@ BEGIN {
rm $cf rm $cf
fi 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 ## run valgrind on icc debug build
resultsdir=$tracefilepfx-Debug resultsdir=$tracefilepfx-Debug
...@@ -223,6 +229,7 @@ cmake \ ...@@ -223,6 +229,7 @@ cmake \
-D INTEL_CC=ON \ -D INTEL_CC=ON \
-D BUILD_TESTING=ON \ -D BUILD_TESTING=ON \
-D USE_BDB=OFF \ -D USE_BDB=OFF \
-D RUN_LONG_TESTS=$longtests \
-D USE_CILK=OFF \ -D USE_CILK=OFF \
.. 2>&1 | tee -a $tracefile .. 2>&1 | tee -a $tracefile
cmake --system-information $resultsdir/sysinfo cmake --system-information $resultsdir/sysinfo
...@@ -321,6 +328,7 @@ cmake \ ...@@ -321,6 +328,7 @@ cmake \
-D BUILD_TESTING=ON \ -D BUILD_TESTING=ON \
-D USE_GCOV=ON \ -D USE_GCOV=ON \
-D USE_BDB=OFF \ -D USE_BDB=OFF \
-D RUN_LONG_TESTS=$longtests \
-D USE_CILK=OFF \ -D USE_CILK=OFF \
.. 2>&1 | tee -a $tracefile .. 2>&1 | tee -a $tracefile
cmake --system-information $resultsdir/sysinfo 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