From: Ian Jackson Date: Sat, 10 Jul 2021 16:54:48 +0000 (+0100) Subject: jst-lower: Improve debug output X-Git-Tag: otter-0.7.2~150 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8e3b413604cef1f40925c3062be48f4db9cd1106;p=otter.git jst-lower: Improve debug output Signed-off-by: Ian Jackson --- 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)) } }