Skip to content

Commit

Permalink
run.sh: create instance_ufo dir before building designspace
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 11, 2018
1 parent c08075c commit 16d1b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function check_failure() {

for src in 'DesignspaceTest' 'AvarDesignspaceTest'; do
cd "${src}"
mkdir -p instance_ufo
fontmake -i -m "${src}.designspace"
check_failure "${src} failed to build"
cd ..
Expand All @@ -32,6 +33,7 @@ done
# also test the masters_as_instance parameter
for src in 'DesignspaceTest' 'AvarDesignspaceTest'; do
cd "${src}"
mkdir -p instance_ufo
fontmake -i -M -m "${src}.designspace"
check_failure "${src} failed to build"
cd ..
Expand Down

0 comments on commit 16d1b59

Please sign in to comment.