mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
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:
parent
ff9c705be0
commit
18a1e9c1a4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue