Skip to content

Commit d8afff4

Browse files
committed
Filter out rustc env vars in json, too
1 parent 58dceba commit d8afff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ fn main() -> Result<()> {
5151
"The system cannot find the file specified.",
5252
"No such file or directory",
5353
);
54+
config.filter(r#"RUSTC_BOOTSTRAP=\"1\" "#, "");
55+
config.filter(r#"RUSTC_ICE=\"0\" "#, "");
5456
config.filter("RUSTC_BOOTSTRAP=\"1\" ", "");
5557
config.filter("RUSTC_ICE=\"0\" ", "");
5658
// The order of the `/deps` directory flag is flaky

0 commit comments

Comments
 (0)