Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vincent Wei
harfbuzz
Commits
f9289319
Commit
f9289319
authored
6 years ago
by
Behdad Esfahbod
Browse files
Options
Download
Email Patches
Plain Diff
[test] Minor
parent
cf203af8
master
arabic-table-x
bot-check
coverity_scan
decltype
inttype-constructors
iter
metrics
typename-outside-template
var-subset
2.3.1
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/shaping/run-tests.py
+7
-6
test/shaping/run-tests.py
with
7 additions
and
6 deletions
+7
-6
test/shaping/run-tests.py
View file @
f9289319
...
...
@@ -11,7 +11,13 @@ def cmd(command):
return
process
.
stdout
.
readline
().
decode
(
"utf-8"
).
strip
()
args
=
sys
.
argv
[
1
:]
if
not
args
or
sys
.
argv
[
1
].
find
(
'hb-shape'
)
==
-
1
or
not
os
.
path
.
exists
(
sys
.
argv
[
1
]):
reference
=
False
if
len
(
args
)
and
args
[
0
]
==
"--reference"
:
reference
=
True
args
=
args
[
1
:]
if
not
args
or
args
[
0
].
find
(
'hb-shape'
)
==
-
1
or
not
os
.
path
.
exists
(
args
[
0
]):
print
(
"""First argument does not seem to point to usable hb-shape."""
)
sys
.
exit
(
1
)
hb_shape
,
args
=
args
[
0
],
args
[
1
:]
...
...
@@ -23,11 +29,6 @@ process = subprocess.Popen ([hb_shape, '--batch'],
fails
=
0
reference
=
False
if
len
(
args
)
and
args
[
0
]
==
"--reference"
:
reference
=
True
args
=
args
[
1
:]
if
not
len
(
args
):
args
=
[
'-'
]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help