test for 3.5 warn should pass when using staged binaries

This commit is contained in:
Casey Faist
2019-10-24 08:52:33 -07:00
parent b4b94abea0
commit dc694d4712
+5 -1
View File
@@ -73,10 +73,14 @@ testPython3_5() {
testPython3_5_warn() {
compile "python3_5_warn"
if [[ $STACK = "cedar-14" ]]; then
if [[ $STACK = "cedar-14" ]] ; then
assertCaptured "python-3.5.3"
assertCaptured "security update!"
assertCapturedError
elif [[ -n ${USE_STAGING_BINARIES} ]]; then
assertCaptured "python-3.5.3"
assertCaptured "security update!"
assertCapturedSuccess
else
assertCapturedError
fi