diff --git a/test_outputs/integration_snapshots__bugreport.snap b/test_outputs/integration_snapshots__bugreport.snap index fcc76018..9451a002 100644 --- a/test_outputs/integration_snapshots__bugreport.snap +++ b/test_outputs/integration_snapshots__bugreport.snap @@ -7,6 +7,7 @@ info: - "--bugreport" env: CARGO_TERM_COLOR: never + RUST_BACKTRACE: "0" --- success: true exit_code: 0 diff --git a/test_outputs/integration_snapshots__unstable_options_without_flag.snap b/test_outputs/integration_snapshots__unstable_options_without_flag.snap index e32e4894..d71bf3f9 100644 --- a/test_outputs/integration_snapshots__unstable_options_without_flag.snap +++ b/test_outputs/integration_snapshots__unstable_options_without_flag.snap @@ -5,6 +5,9 @@ info: args: - semver-checks - "--witness-hints" + env: + CARGO_TERM_COLOR: never + RUST_BACKTRACE: "0" --- success: false exit_code: 1 diff --git a/test_outputs/integration_snapshots__z_help.snap b/test_outputs/integration_snapshots__z_help.snap index 6b934a0f..49b51fc6 100644 --- a/test_outputs/integration_snapshots__z_help.snap +++ b/test_outputs/integration_snapshots__z_help.snap @@ -6,6 +6,9 @@ info: - semver-checks - "-Z" - help + env: + CARGO_TERM_COLOR: never + RUST_BACKTRACE: "0" --- success: true exit_code: 0