mirror of
https://github.com/ducaale/xh.git
synced 2025-05-05 15:32:50 +00:00
Merge pull request #407 from blyxxyz/test-unset-RUST_BACKTRACE
Set RUST_BACKTRACE=0 in feature tests
This commit is contained in:
commit
9f98ad634a
@ -92,6 +92,7 @@ fn get_base_command() -> Command {
|
||||
cmd.env("XH_CONFIG_DIR", "");
|
||||
#[cfg(target_os = "windows")]
|
||||
cmd.env("XH_TEST_MODE_WIN_HOME_DIR", "");
|
||||
cmd.env("RUST_BACKTRACE", "0");
|
||||
cmd
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user