From 5eabb10189b635ddf1969a6f85ba80d70fec3a83 Mon Sep 17 00:00:00 2001 From: Nazir Bilal Yavuz Date: Wed, 17 Jul 2024 00:01:48 +0300 Subject: [PATCH] Solution 1 --- meson.build | 5 ----- meson_options.txt | 3 --- 2 files changed, 8 deletions(-) diff --git a/meson.build b/meson.build index 5387bb6d5fd..4fbbac0897f 100644 --- a/meson.build +++ b/meson.build @@ -3224,11 +3224,6 @@ test_env.set('PG_REGRESS', pg_regress.full_path()) test_env.set('REGRESS_SHLIB', regress_module.full_path()) test_env.set('INITDB_TEMPLATE', test_initdb_template) -# Test suites that are not safe by default but can be run if selected -# by the user via the whitespace-separated list in variable PG_TEST_EXTRA. -# Export PG_TEST_EXTRA so it can be checked in individual tap tests. -test_env.set('PG_TEST_EXTRA', get_option('PG_TEST_EXTRA')) - # Add the temporary installation to the library search path on platforms where # that works (everything but windows, basically). On windows everything # library-like gets installed into bindir, solving that issue. diff --git a/meson_options.txt b/meson_options.txt index 246cecf3827..0eaf7890521 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -46,9 +46,6 @@ option('tap_tests', type: 'feature', value: 'auto', option('injection_points', type: 'boolean', value: false, description: 'Enable injection points') -option('PG_TEST_EXTRA', type: 'string', value: '', - description: 'Enable selected extra tests') - option('atomics', type: 'boolean', value: true, description: 'Use atomic operations') -- 2.45.2