Commit Graph

9 Commits

Author SHA1 Message Date
David Capello
5018d156bd Fix syntax error in save-as.sh 2021-03-09 16:38:40 -03:00
David Capello
eb8e12c94a Ignore failing test from save-as.sh on Windows 2021-03-09 09:59:02 -03:00
David Capello
cb674e0bf2 Try to fix passing * as an argument in MINGW64 bash
It looks like '*' is being converted as a wildcard to list files in
the current dir, which doesn't happen in other platforms (?).
2021-03-09 09:20:28 -03:00
David Capello
e857b0e3e5 Fix running Lua scripts that use temp dir ($t) on Windows 2019-12-11 14:44:29 -03:00
David Capello
b450229caa Add several CLI tests for -save-as with -layer and -ignore-layer 2019-08-29 17:07:49 -03:00
David Capello
72109b99bb Remove call to open command (which was only for local testing purposes) 2018-12-20 14:02:50 -03:00
David Capello
a4a6af2239 Add regression test for aseprite/aseprite#591 2018-12-20 13:32:53 -03:00
David Capello
7e53c296e2 Add more -save-as tests 2018-12-20 11:30:40 -03:00
David Capello
91e64cd436 Add scripts to test the CLI features
I'm going to move my internals CLI tests to this repo in the near future.
This is a first version to try the new --ignore-empty --save-as feature.
2018-11-07 16:49:31 -03:00