Commit ebd7805
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.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8768c33 commit ebd7805
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