move test log up so it shows up on fail

pull/2/head
Mitchell Hashimoto 2022-07-22 14:24:24 -07:00
parent dfde2acf10
commit bf3d6617fe
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 3 additions and 2 deletions

View File

@ -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