From b4ee21fad69248fee806b988d420b5678486704e Mon Sep 17 00:00:00 2001 From: SirCipher Date: Mon, 20 May 2024 18:56:44 +0100 Subject: [PATCH] ci --- ratchet_rs/autobahn/utils/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ratchet_rs/autobahn/utils/src/lib.rs b/ratchet_rs/autobahn/utils/src/lib.rs index a1e57ef..a231e2c 100644 --- a/ratchet_rs/autobahn/utils/src/lib.rs +++ b/ratchet_rs/autobahn/utils/src/lib.rs @@ -71,6 +71,8 @@ pub fn validate_results(mut dir: PathBuf) -> Result<()> { } bail!("Autobahn test suite failure") + } else { + println!("All tests passed"); } } _ => bail!("Invalid results structure"),