[glib-networking/glib-2-72] Propagate GIO_PROXY_TEST_NAME to installed tests
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/glib-2-72] Propagate GIO_PROXY_TEST_NAME to installed tests
- Date: Mon, 29 Aug 2022 21:05:48 +0000 (UTC)
commit b614181d781f7bfba0529a0b934b3cafaa751699
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Mon Aug 29 12:50:15 2022 -0500
Propagate GIO_PROXY_TEST_NAME to installed tests
Otherwise, the test has no way to test the proxy resolver that it claims
to test.
proxy/tests/meson.build | 1 +
template.test.in | 2 +-
tls/tests/meson.build | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/proxy/tests/meson.build b/proxy/tests/meson.build
index 56538b69..7d0c0f10 100644
--- a/proxy/tests/meson.build
+++ b/proxy/tests/meson.build
@@ -7,6 +7,7 @@ foreach program: proxy_test_programs
test_conf = configuration_data()
test_conf.set('installed_tests_dir', installed_tests_execdir)
test_conf.set('program', program[0])
+ test_conf.set('environment', 'GIO_PROXY_TEST_NAME=' + program[1])
test_name = program[0]
if program[0] != program[1]
diff --git a/template.test.in b/template.test.in
index f701627f..d364ef4b 100644
--- a/template.test.in
+++ b/template.test.in
@@ -1,3 +1,3 @@
[Test]
Type=session
-Exec=@installed_tests_dir@/@program@
+Exec=env @environment@ @installed_tests_dir@/@program@
diff --git a/tls/tests/meson.build b/tls/tests/meson.build
index a0ec1645..1a1453ab 100644
--- a/tls/tests/meson.build
+++ b/tls/tests/meson.build
@@ -57,6 +57,7 @@ foreach backend: backends
test_conf = configuration_data()
test_conf.set('installed_tests_dir', installed_tests_execdir)
test_conf.set('program', program_name)
+ test_conf.set('environment', '')
if enable_installed_tests
configure_file(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]