mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 21:33:12 +00:00
Include uname output in run-tests.sh
This commit is contained in:
parent
b7b4fd1f97
commit
513d57a6b4
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user