8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our docu 8000 mentation.
There was an error while loading. Please reload this page.
1 parent d82ca28 commit 75dd544Copy full SHA for 75dd544
ci/appveyor_run_tests.ps1
@@ -26,8 +26,7 @@ if ($NUNIT_STATUS -ne 0) {
26
}
27
28
# 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) {
+if ($PYTHON_STATUS -ne 0 -or $NUNIT_STATUS -ne 0) {
31
Write-Host "Tests failed" -ForegroundColor "Red"
32
$host.SetShouldExit(1)
33
0 commit comments