Commit 91161a8
authored
debug: errorlevel conditionals (#2285)
Wheels tests were failing because some python abrupt failures (or
windows access violations) would use an exit code that was both non-zero
and non-1.
This should capture everything that isn't an exit code of 0.1 parent c844b26 commit 91161a8
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
0 commit comments