Commit 9951157
committed
test(e2e): don't let
`wait` on a job we just killed returns 143, and it sat as the last command of an
`&&` list under `set -e` — so on Windows the script died the moment the mapping
was released, before asserting anything about the build it had just run. Probed
the shell semantics directly rather than guessing: the old form exits 143 on
Linux too, it only never ran there because HOLDER is empty on POSIX.wait on the killed holder abort 171 (exit 143)1 parent cb7f3df commit 9951157
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| |||
0 commit comments