projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2dd0c1
)
[test] Add --verify to hb-shape
author
Behdad Esfahbod
<behdad@behdad.org>
Wed, 23 Aug 2017 21:35:58 +0000
(14:35 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Wed, 23 Aug 2017 21:35:58 +0000
(14:35 -0700)
Disabled for now. Will enable and fix failures after next release.
test/shaping/run-tests.sh
patch
|
blob
|
history
diff --git
a/test/shaping/run-tests.sh
b/test/shaping/run-tests.sh
index
021c6f8
..
9c49631
100755
(executable)
--- 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