summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 53ae0fb38..7c6cb113a 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -163,7 +163,7 @@ if get_option('installed_tests')
endif
test_deps = gdk_pixbuf_deps + [ gdkpixbuf_dep, ]
-test_args = [ '-k', '--tap' ]
+test_args = [ '-k' ]
test_env = environment()
test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
@@ -213,7 +213,6 @@ foreach test_name, test_data: installed_tests
args: test_args,
env: test_env,
timeout: timeout,
- protocol: 'tap',
)
endforeach