Commit 4cb95e3
CodeWhale Bot
test(runtime): expose uncaptured child panic diagnostics
A direct libtest probe showed that inheriting stderr alone still discards
child panics because libtest captures them and reports failures on stdout.
Pass --nocapture to both subprocess helper invocations so their inherited
stderr reaches the parent test capture. Production locking is unchanged.
Validation: npm test: 66 wrapper + 9 SDK + 446 web passed, 0 failed.
npm run check:web passed: 0 errors, 2 existing img warnings.
cargo fmt --all --check and git diff --check passed.
The local panic probe verified stderr receives diagnostics with --nocapture.
The complete final-commit Rust and release sweep follows this commit.1 parent 8b39105 commit 4cb95e3
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
900 | 900 | | |
901 | 901 | | |
902 | 902 | | |
903 | | - | |
| 903 | + | |
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
| |||
910 | 910 | | |
911 | 911 | | |
912 | 912 | | |
913 | | - | |
914 | | - | |
| 913 | + | |
| 914 | + | |
915 | 915 | | |
916 | 916 | | |
917 | 917 | | |
| |||
927 | 927 | | |
928 | 928 | | |
929 | 929 | | |
930 | | - | |
| 930 | + | |
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
| |||
0 commit comments