From fc2a3c81a45be706780e8773d1f3f03af329f5a5 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 6 Sep 2018 14:21:34 -0300 Subject: [PATCH] Don't run console tests on Windows --- run-tests.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/run-tests.sh b/run-tests.sh index 4a959b809..706723ff0 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -23,12 +23,16 @@ $ASEPRITE -b --script scripts/console_assert.lua >tmp 2>tmp_err ! grep -q "assertion failed" tmp && fail "assert() text not found in output" grep -q "this should not be in the output" tmp && fail "text that shouldn't be in the output is" -$ASEPRITE -b --script scripts/console_print.lua >tmp 2>tmp_err -cat >tmp_expected <tmp 2>tmp_err + cat >tmp_expected <