This commit is contained in:
Behdad Esfahbod 2017-09-01 18:28:47 -07:00
parent 3e1fc6d18b
commit 0e5b475d98
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ for f in "$@"; do
$reference || echo "Running tests in $f"
while IFS=: read fontfile options unicodes glyphs_expected; do
if echo "$fontfile" | grep -q '^#'; then
$reference || echo "#hb-shape $fontfile --unicodes $unicodes"
$reference || echo "# hb-shape $fontfile --unicodes $unicodes"
continue
fi
$reference || echo "hb-shape $fontfile --unicodes $unicodes"