Commit f979047
committed
Fix return codes from new test validation logic
summarize_test_results returned true if all tests passed, which is not what should be returned as a return code. The docstring even says it's supposed to return 0 if all tests pass.1 parent a701c5c commit f979047
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments