pull/541/head
Behdad Esfahbod 8 years ago
parent 3e1fc6d18b
commit 0e5b475d98
  1. 2
      test/shaping/run-tests.sh

@ -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"

Loading…
Cancel
Save