aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2021-06-09 16:05:08 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2021-07-28 13:19:02 +0300
commite599f7108514fb1f93908a108711268ea79cc6fd (patch)
treec869a4a1adb705e07f0f44583a5ce2daf61c4290
parent4519a0620d1453bb3451c7d7f42fd1fdc986f320 (diff)
Revert "tests: enable G_SLICE=debug-blocks in all tests"
This breaks the valgrind test setup, as this G_SLICE overrides G_SLICE=always-malloc from valgrind_env This reverts commit f806da6f3e30d032a5fff545211d80d64c197841. Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index eb5dcb5..c8a8249 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,6 +1,5 @@
common_deps = [icipc_dep, glib_dep]
common_env = environment({
- 'G_SLICE': 'debug-blocks',
'G_TEST_SRCDIR': meson.current_source_dir(),
'G_TEST_BUILDDIR': meson.current_build_dir(),
})