mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 11:27:53 +02:00
tests: Remove redundant --tap options
Now that TAP output is used by default, passing `--tap` is unnecessary. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #1619
This commit is contained in:
@@ -103,8 +103,7 @@ foreach test_name, extra_args : gobject_tests
|
||||
timeout = timeout * 10
|
||||
endif
|
||||
|
||||
test(test_name, exe, env : test_env, timeout : timeout, suite : suite,
|
||||
args: ['--tap'])
|
||||
test(test_name, exe, env : test_env, timeout : timeout, suite : suite)
|
||||
endforeach
|
||||
|
||||
test(
|
||||
|
Reference in New Issue
Block a user