From 72259dbeb1c20b148b3542db4ecdab25d302154d Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Fri, 19 Jan 2024 13:18:44 +0200 Subject: [PATCH] fix replace --- integration_tests/tests/cucumber.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/tests/cucumber.rs b/integration_tests/tests/cucumber.rs index 34663a8c2b..33a297f9ce 100644 --- a/integration_tests/tests/cucumber.rs +++ b/integration_tests/tests/cucumber.rs @@ -120,7 +120,7 @@ fn main() { }); // If by any chance we have anything in the stdout buffer just log it. - flush_stdout(&stdout_buffer); + try_flush_stdout(&stdout_buffer); // Move the logs to the temp dir let crate_root = PathBuf::from(env!("CARGO_MANIFEST_DIR"));