mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-21 00:48:36 +03:00
move test log up so it shows up on fail
This commit is contained in:
@ -118,6 +118,9 @@ test_do
|
|||||||
# Sleep a second to let it render
|
# Sleep a second to let it render
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
|
# Uncomment this and use run-host.sh to get logs of the terminal emulator
|
||||||
|
# cat $WM_LOG
|
||||||
|
|
||||||
import -window root ${ARG_OUT}
|
import -window root ${ARG_OUT}
|
||||||
|
|
||||||
DIFF=$(compare -metric AE ${ARG_OUT} ${GOLDEN_OUT} null: 2>&1)
|
DIFF=$(compare -metric AE ${ARG_OUT} ${GOLDEN_OUT} null: 2>&1)
|
||||||
@ -133,5 +136,3 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Uncomment this and use run-host.sh to get logs of the terminal emulator
|
|
||||||
# cat $WM_LOG
|
|
||||||
|
Reference in New Issue
Block a user