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:
Philip Withnall
2019-05-14 12:41:30 +01:00
parent ad17576657
commit 505f45ef95
6 changed files with 5 additions and 12 deletions

View File

@@ -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(