提交 17c83170 编写于 作者: B Behdad Esfahbod

[tests] Fix for multiple options in test runner scripts

上级 ebd7431f
......@@ -18,10 +18,9 @@ if test $# = 0; then
set /dev/stdin
fi
IFS=:
for f in "$@"; do
$reference || echo "Running tests in $f"
while read fontfile options unicodes glyphs_expected; do
while IFS=: read fontfile options unicodes glyphs_expected; do
if echo "$fontfile" | grep -q '^#'; then
$reference || echo "Skipping $fontfile:$unicodes"
continue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册