mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Ignore failing test from save-as.sh on Windows
This commit is contained in:
parent
cb674e0bf2
commit
eb8e12c94a
@ -177,6 +177,9 @@ cd $oldwd
|
|||||||
# --save-as group without showing hidden children
|
# --save-as group without showing hidden children
|
||||||
# https://github.com/aseprite/aseprite/issues/2084#issuecomment-525835889
|
# https://github.com/aseprite/aseprite/issues/2084#issuecomment-525835889
|
||||||
|
|
||||||
|
if [[ "$(uname)" =~ "MINGW" ]] || [[ "$(uname)" =~ "MSYS" ]] ; then
|
||||||
|
# Ignore this test on Windows because we cannot give * as a parameter (?)
|
||||||
|
else
|
||||||
d=$t/save-as-groups-and-hidden
|
d=$t/save-as-groups-and-hidden
|
||||||
mkdir $d
|
mkdir $d
|
||||||
$ASEPRITE -b sprites/groups2.aseprite -layer \* -save-as "$d/g2-all.png" || exit 1
|
$ASEPRITE -b sprites/groups2.aseprite -layer \* -save-as "$d/g2-all.png" || exit 1
|
||||||
@ -249,3 +252,4 @@ expect_rendered_layers(img("g3-cb"), g3, { "c/b" })
|
|||||||
expect_rendered_layers(img("g3-cc"), g3, { "c/c" })
|
expect_rendered_layers(img("g3-cc"), g3, { "c/c" })
|
||||||
EOF
|
EOF
|
||||||
$ASEPRITE -b -script "$d/compare.lua" || exit 1
|
$ASEPRITE -b -script "$d/compare.lua" || exit 1
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user