Skip to content

Commit 75dd544

Browse files
committed
Turn on NUNIT exit code
1 parent d82ca28 commit 75dd544

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/appveyor_run_tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ if ($NUNIT_STATUS -ne 0) {
2626
}
2727

2828
# Embedded tests failing due to open issues, pass/fail only on Python exit code
29-
# if ($PYTHON_STATUS -ne 0 -or $NUNIT_STATUS -ne 0) {
30-
if ($PYTHON_STATUS -ne 0) {
29+
if ($PYTHON_STATUS -ne 0 -or $NUNIT_STATUS -ne 0) {
3130
Write-Host "Tests failed" -ForegroundColor "Red"
3231
$host.SetShouldExit(1)
3332
}

0 commit comments

Comments
 (0)