From bf3d6617fe7a08eec766c0687bc8bd9de2b6e39c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 22 Jul 2022 14:24:24 -0700 Subject: [PATCH] move test log up so it shows up on fail --- test/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/run.sh b/test/run.sh index 10cc6d301..4dd53f95d 100755 --- a/test/run.sh +++ b/test/run.sh @@ -118,6 +118,9 @@ test_do # Sleep a second to let it render sleep 1 +# Uncomment this and use run-host.sh to get logs of the terminal emulator +# cat $WM_LOG + import -window root ${ARG_OUT} DIFF=$(compare -metric AE ${ARG_OUT} ${GOLDEN_OUT} null: 2>&1) @@ -133,5 +136,3 @@ else fi fi -# Uncomment this and use run-host.sh to get logs of the terminal emulator -# cat $WM_LOG