Skip to content

Commit dc694d4

Browse files
committed
test for 3.5 warn should pass when using staged binaries
1 parent b4b94ab commit dc694d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/run-versions

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,14 @@ testPython3_5() {
7373

7474
testPython3_5_warn() {
7575
compile "python3_5_warn"
76-
if [[ $STACK = "cedar-14" ]]; then
76+
if [[ $STACK = "cedar-14" ]] ; then
7777
assertCaptured "python-3.5.3"
7878
assertCaptured "security update!"
7979
assertCapturedError
80+
elif [[ -n ${USE_STAGING_BINARIES} ]]; then
81+
assertCaptured "python-3.5.3"
82+
assertCaptured "security update!"
83+
assertCapturedSuccess
8084
else
8185
assertCapturedError
8286
fi

0 commit comments

Comments
 (0)