From 4387b059a0603b17024de48d57bee6a3b5e9e56c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 23 Aug 2017 14:35:58 -0700 Subject: [PATCH] [test] Add --verify to hb-shape Disabled for now. Will enable and fix failures after next release. --- test/shaping/run-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/shaping/run-tests.sh b/test/shaping/run-tests.sh index 021c6f8a..9c496314 100755 --- a/test/shaping/run-tests.sh +++ b/test/shaping/run-tests.sh @@ -4,7 +4,8 @@ test "x$srcdir" = x && srcdir=. test "x$builddir" = x && builddir=. test "x$top_builddir" = x && top_builddir=../.. -hb_shape=$top_builddir/util/hb-shape$EXEEXT +#hb_shape="$top_builddir/util/hb-shape$EXEEXT --verify" +hb_shape="$top_builddir/util/hb-shape$EXEEXT" fails=0 -- GitLab