diff --git a/test/run-versions b/test/run-versions index 1e1ca30..a2f2a09 100755 --- a/test/run-versions +++ b/test/run-versions @@ -140,18 +140,6 @@ testPython3_7_fail() { assertCapturedError } -testPython3_7_warn() { - compile "python3_8_warn" - if [[ $STACK = "cedar-14" ]]; then - assertCapturedError - else - assertCaptured "python-3.8.0" - assertCaptured "security update!" - assertCaptured "Installing SQLite3" - assertCapturedSuccess - fi -} - testPython3_8() { updateVersion "python3_8" $LATEST_38 compile "python3_8" @@ -166,6 +154,18 @@ testPython3_8() { fi } +testPython3_8_warn() { + compile "python3_8_warn" + if [[ $STACK = "cedar-14" ]]; then + assertCapturedError + else + assertCaptured "python-3.8.0" + assertCaptured "security update!" + assertCaptured "Installing SQLite3" + assertCapturedSuccess + fi +} + testPython3_8_fail() { compile "python3_8_fail" assertCaptured "Aborting"