File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -38,20 +38,26 @@ testPython2_fail() {
38
38
}
39
39
40
40
testPython3_4 () {
41
- if [[ $STACK != " cedar-14 " ]] ; then
42
- updateVersion " python3_4" $LATEST_34
43
- compile " python3_4 "
44
- assertCaptured $LATEST_34
45
- assertNotCaptured " security update "
41
+ updateVersion " python3_4 " $LATEST_34
42
+ compile " python3_4"
43
+ assertCaptured $LATEST_34
44
+ assertNotCaptured " security update "
45
+ if [[ $STACK == " cedar-14 " ]] || [[ $STACK == " heroku-16 " ]] ; then
46
46
assertCapturedSuccess
47
+ else
48
+ assertCapturedError
47
49
fi
48
50
}
49
51
50
52
testPython3_4_warn () {
51
53
compile " python3_4_warn"
52
54
assertCaptured " python-3.4.9"
53
55
assertCaptured " security update!"
54
- assertCapturedSuccess
56
+ if [[ $STACK == " cedar-14" ]] || [[ $STACK == " heroku-16" ]]; then
57
+ assertCapturedSuccess
58
+ else
59
+ assertCapturedError
60
+ fi
55
61
}
56
62
57
63
testPython3_4_fail () {
You can’t perform that action at this time.
0 commit comments