From 61a9d7e6d0e6df7b48f58fa1679f0f93407993b2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 4 Sep 2017 19:48:52 -0700 Subject: [PATCH] Minor --- test/shaping/run-tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/shaping/run-tests.sh b/test/shaping/run-tests.sh index c6b35e3..a7d331a 100755 --- a/test/shaping/run-tests.sh +++ b/test/shaping/run-tests.sh @@ -26,12 +26,12 @@ for f in "$@"; do $reference || echo "# hb-shape $fontfile --unicodes $unicodes" continue fi - $reference || echo "hb-shape $fontfile --unicodes $unicodes" - glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape $options "$srcdir/$fontfile"` + $reference || echo "hb-shape $fontfile $options --unicodes $unicodes" + glyphs=`$hb_shape "$srcdir/$fontfile" $options --unicodes "$unicodes"` if test $? != 0; then echo "hb-shape failed." >&2 fails=$((fails+1)) - continue + #continue fi if $reference; then echo "$fontfile:$options:$unicodes:$glyphs" -- 2.7.4