summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2017-08-23 14:35:58 -0700
committerBehdad Esfahbod <behdad@behdad.org>2017-08-23 14:35:58 -0700
commit4387b059a0603b17024de48d57bee6a3b5e9e56c (patch)
tree1e7f325f3db405b9d3461d65020322a2e0c90622
parentb2dd0c1c32ba30714355baca1857d64c1608b4c2 (diff)
[test] Add --verify to hb-shape
Disabled for now. Will enable and fix failures after next release.
-rwxr-xr-xtest/shaping/run-tests.sh3
1 files changed, 2 insertions, 1 deletions
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