Commit 0b554f66 authored by Casey Faist's avatar Casey Faist

update tests for missed stack issues

parent 7b9e8217
...@@ -89,9 +89,13 @@ testPylibmc() { ...@@ -89,9 +89,13 @@ testPylibmc() {
testPython2_warn() { testPython2_warn() {
compile "python2_warn" compile "python2_warn"
if [[ $STACK = "heroku-18" ]]; then
assertCapturedError
else
assertCaptured "python-2.7.14" assertCaptured "python-2.7.14"
assertCaptured "security update!" assertCaptured "security update!"
assertCapturedSuccess assertCapturedSuccess
fi
} }
testPython2() { testPython2() {
...@@ -123,7 +127,8 @@ testPython3_5_warn() { ...@@ -123,7 +127,8 @@ testPython3_5_warn() {
compile "python3_5_warn" compile "python3_5_warn"
if [[ $STACK = "cedar-14" ]]; then if [[ $STACK = "cedar-14" ]]; then
assertCaptured "python-3.5.3" assertCaptured "python-3.5.3"
assertCapturedSuccess assertCaptured "security update!"
assertCapturedError
else else
assertCapturedError assertCapturedError
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment