We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02459b7 commit 875a25fCopy full SHA for 875a25f
crates/cargo-test-support/src/compare.rs
@@ -194,6 +194,10 @@ static MIN_LITERAL_REDACTIONS: &[(&str, &str)] = &[
194
("[EXE]", std::env::consts::EXE_SUFFIX),
195
("[BROKEN_PIPE]", "Broken pipe (os error 32)"),
196
("[BROKEN_PIPE]", "The pipe is being closed. (os error 232)"),
197
+ // Unix message for exit status
198
+ ("[EXIT_STATUS]", "exit status"),
199
+ // Windows message for exit status
200
+ ("[EXIT_STATUS]", "exit code"),
201
];
202
static E2E_LITERAL_REDACTIONS: &[(&str, &str)] = &[
203
("[RUNNING]", " Running"),
0 commit comments