Commit a036936
committed
claude: Make Windows smoke tests fail-fast like Linux
When a test fails on Windows, exit immediately instead of continuing through
remaining tests in the bucket. This matches Linux behavior (bash -e flag) and
keeps test failures at the end of the log where they're easy to find, instead
of buried under 1000+ lines of subsequent test output.1 parent ac01323 commit a036936
1 file changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | 279 | | |
281 | 280 | | |
282 | 281 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
| 282 | + | |
| 283 | + | |
289 | 284 | | |
| 285 | + | |
290 | 286 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 287 | + | |
296 | 288 | | |
297 | 289 | | |
298 | 290 | | |
| |||
0 commit comments