Minor
This commit is contained in:
parent
3e1fc6d18b
commit
0e5b475d98
|
@ -23,7 +23,7 @@ for f in "$@"; do
|
||||||
$reference || echo "Running tests in $f"
|
$reference || echo "Running tests in $f"
|
||||||
while IFS=: read fontfile options unicodes glyphs_expected; do
|
while IFS=: read fontfile options unicodes glyphs_expected; do
|
||||||
if echo "$fontfile" | grep -q '^#'; then
|
if echo "$fontfile" | grep -q '^#'; then
|
||||||
$reference || echo "#hb-shape $fontfile --unicodes $unicodes"
|
$reference || echo "# hb-shape $fontfile --unicodes $unicodes"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
$reference || echo "hb-shape $fontfile --unicodes $unicodes"
|
$reference || echo "hb-shape $fontfile --unicodes $unicodes"
|
||||||
|
|
Loading…
Reference in New Issue