From 8e3b413604cef1f40925c3062be48f4db9cd1106 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 10 Jul 2021 17:54:48 +0100 Subject: [PATCH] jst-lower: Improve debug output Signed-off-by: Ian Jackson --- jstest/jst-lower.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/jstest/jst-lower.rs b/jstest/jst-lower.rs index af25cd34..3188afb4 100644 --- a/jstest/jst-lower.rs +++ b/jstest/jst-lower.rs @@ -303,6 +303,7 @@ impl Tests { match self.only { None => { }, Some(only) => { + println!("^^^^^^^^^^^^^^^^^^^^ success ^^^^^^^^^^^^^^^^^^^^"); throw!(anyhow!("tests limited to {}, treating as failure", &only)) } } -- 2.30.2