[glib/glib-2-58: 37/55] Meson: Do not run tests/refcount with --tap
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-58: 37/55] Meson: Do not run tests/refcount with --tap
- Date: Fri, 19 Oct 2018 13:40:38 +0000 (UTC)
commit ae5bca239458a91379de5869029f63696ae56c81
Author: Xavier Claessens <xavier claessens collabora com>
Date: Tue Sep 25 09:33:15 2018 -0400
Meson: Do not run tests/refcount with --tap
This is a partial revert of a change introduced in cbc7fbbf7.
tests/refcount/meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/tests/refcount/meson.build b/tests/refcount/meson.build
index fe341cac4..3a2072d08 100644
--- a/tests/refcount/meson.build
+++ b/tests/refcount/meson.build
@@ -55,6 +55,5 @@ foreach test_name, extra_args : refcount_tests
suite = ['refcount'] + extra_args.get('suite', [])
timeout = suite.contains('slow') ? 120 : 30
# FIXME? TESTS_ENVIRONMENT = LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset
- 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]