From: Ian Jackson Date: Mon, 5 Apr 2021 11:27:04 +0000 (+0100) Subject: wdt: Dump the game log into the test log, when we retrieve it X-Git-Tag: otter-0.5.0~176 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6dbad5a7efc1286dba847c404f11c905165f2bab;p=otter.git wdt: Dump the game log into the test log, when we retrieve it Signed-off-by: Ian Jackson --- diff --git a/wdriver/wdriver.rs b/wdriver/wdriver.rs index 3bb661d6..1533823e 100644 --- a/wdriver/wdriver.rs +++ b/wdriver/wdriver.rs @@ -413,7 +413,7 @@ impl<'g> WindowGuard<'g> { assert!( ! log.is_empty() ); - log + dbg!(log) } #[throws(AE)]