Commit 63e7b6a
committed
fix(test): prevent inherited parallel mode in coverage subprocess
The parent bashunit process exports BASHUNIT_PARALLEL_RUN=true when
running with --parallel. The coverage_hooks_test.sh subprocess inherits
this, causing it to run in parallel mode unintentionally, which leads
to hangs in CI.1 parent 8768c33 commit 63e7b6a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments