[test] Add --verify to hb-shape
Disabled for now. Will enable and fix failures after next release.
This commit is contained in:
parent
b2dd0c1c32
commit
4387b059a0
|
@ -4,7 +4,8 @@ test "x$srcdir" = x && srcdir=.
|
||||||
test "x$builddir" = x && builddir=.
|
test "x$builddir" = x && builddir=.
|
||||||
test "x$top_builddir" = x && top_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
|
fails=0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue