summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2021-04-06 13:05:30 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2021-04-06 13:05:30 +0000
commit3ba5a6156f7c4df4af51fa944e806913b828764b (patch)
treea78982c589b1850b0a584dc0a628ae6028f7839b
parent2376cb7f3b74795f273a9b05979cbaf77cbbadc4 (diff)
parentcec34e920211587dec82b531a61497d2b967b75d (diff)
downloadgdk-pixbuf-3ba5a6156f7c4df4af51fa944e806913b828764b.tar.gz
Merge branch 'ebassi/no-tap' into 'master'
Disable TAP for tests See merge request GNOME/gdk-pixbuf!111
-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