Commit 60216f66 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #4871 don't run 6.0.0 upgrade tests during normal dev time


git-svn-id: file:///svn/toku/tokudb@46473 c7de825b-a66e-492c-adef-691d508d4ae1
parent 95eb7e46
......@@ -97,7 +97,7 @@ endforeach(test)
if(NOT @RUN_LONG_TESTS@)
foreach(test ${stress_tests})
if (NOT ${test} MATCHES test_stress_openclose)
foreach(oldver 4.2.0 5.0.8 5.2.7)
foreach(oldver 4.2.0 5.0.8 5.2.7 6.0.0)
foreach(p_or_s pristine stressed)
if (NOT (${test} MATCHES test_stress4 AND ${p_or_s} MATCHES stressed))
foreach(size 2000)
......
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