File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -61,23 +61,17 @@ testPython3_4_fail() {
61
61
}
62
62
63
63
testPython3_5 () {
64
- if [[ $STACK != " cedar-14" ]]; then
65
- updateVersion " python3_5" $LATEST_35
66
- compile " python3_5"
67
- assertCaptured $LATEST_35
68
- assertNotCaptured " security update"
69
- assertCaptured " Installing SQLite3"
70
- assertCapturedSuccess
71
- fi
64
+ updateVersion " python3_5" $LATEST_35
65
+ compile " python3_5"
66
+ assertCaptured $LATEST_35
67
+ assertNotCaptured " security update"
68
+ assertCaptured " Installing SQLite3"
69
+ assertCapturedSuccess
72
70
}
73
71
74
72
testPython3_5_warn () {
75
73
compile " python3_5_warn"
76
- if [[ $STACK = " cedar-14" ]] ; then
77
- assertCaptured " python-3.5.3"
78
- assertCaptured " security update!"
79
- assertCapturedError
80
- elif [[ -n ${USE_STAGING_BINARIES} ]]; then
74
+ if [[ $STACK == " cedar-14" ]] || [[ -n ${USE_STAGING_BINARIES} ]]; then
81
75
assertCaptured " python-3.5.3"
82
76
assertCaptured " security update!"
83
77
assertCapturedSuccess
You can’t perform that action at this time.
0 commit comments