Include uname output in run-tests.sh

This commit is contained in:
David Capello 2021-03-08 16:07:35 -03:00
parent b7b4fd1f97
commit 513d57a6b4

View File

@ -45,6 +45,7 @@ export ASEPRITE_USER_FOLDER=$t
if [[ "$filter" == "" ]] || [[ "console" =~ $filter ]]; then
echo ----------------------------------------------------------------------
echo "Testing console..."
echo "uname=$(uname)"
$ASEPRITE -b --script scripts/console_assert.lua >$t/tmp 2>$t/tmp_err
! grep -q "this should be in the output" $t/tmp && fail "print() text not found in output"