fix: don't init pretty_env_logger twice
modified src/main.rs
@@ -62,9 +62,6 @@ fn fallible_main() -> Result<(), NativeError> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -221,7 +218,7 @@ fn runcmd(log: &mut LogFile, argv: &[&str], cwd: &Path) -> Result<(), NativeErro
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified test.sh
@@ -25,7 +25,7 @@ expect_failure() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -33,10 +33,16 @@ state: $tmp/test.state
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|