Commit caeb668
committed
ensure failing tests on windows fail the build
`%ERRORLEVEL%` in an if-condition is expanded too early
`SetLocal EnableDelayedExpansion` + `!ERRORLEVEL!` works in principle,
but changes which folder the if-condition is actually executed in,
so it's simpler to use `||`.1 parent d64e7c9 commit caeb668
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
0 commit comments