We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f6249 commit 3c193bdCopy full SHA for 3c193bd
test/run-versions
@@ -57,11 +57,8 @@ testPython3_4_warn() {
57
compile "python3_4_warn"
58
assertCaptured "python-3.4.9"
59
assertCaptured "security update!"
60
- # if cedar 14 and legacy binaries, fail. if cedar 14 and staging, succeed.
61
- if [[ ! -n $USE_STAGING_BINARIES ]] && [[ $STACK == "cedar-14" ]]; then
62
- assertCapturedError
63
# if heroku 18 and legacy binaries, succeed. if heroku 18 and staging, fail.
64
- elif [[ -n $USE_STAGING_BINARIES ]] && [[ $STACK == "heroku-18" ]]; then
+ if [[ -n $USE_STAGING_BINARIES ]] && [[ $STACK == "heroku-18" ]]; then
65
assertCapturedError
66
else
67
# all else succeed
0 commit comments