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
This commit is contained in:
Leif Walsh 2013-04-17 00:01:02 -04:00 committed by Yoni Fogel
parent ff9c705be0
commit 18a1e9c1a4

View file

@ -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)