diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-15 20:44:06 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-16 13:08:46 +0200 |
| commit | 6517a4bec2e909b40eb9974e063f95e44e4d9a31 (patch) | |
| tree | 8b37d400297dbf95ed3b081dceb792498d12ceb2 /xtask/src/main.rs | |
| parent | fa8af4cbcffbedec1504ed464bd02b6ee6e3fb4b (diff) | |
Also check for CommandErrors in error checking
Diffstat (limited to 'xtask/src/main.rs')
| -rw-r--r-- | xtask/src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 1cc0185..4cf6db8 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -324,9 +324,7 @@ fn command_parser( .map_err(TestRunError::PathConversionError)?; // cargo run <..> - info!("Running example: {example}"); let cargo_run_result = run_command(command, output_mode)?; - info!("{}", cargo_run_result.stdout); // Create a file for the expected output if it does not exist or mismatches if overwrite { |
