aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/main.rs')
-rw-r--r--xtask/src/main.rs2
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 {