[glib-networking/mcatanzaro/tests: 2/4] Temporarily disable the OpenSSL tests
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/tests: 2/4] Temporarily disable the OpenSSL tests
- Date: Sat, 23 Feb 2019 02:41:06 +0000 (UTC)
commit 332a245092185c89e87703eed7f69c77c3e92df2
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Fri Feb 22 20:15:04 2019 -0600
Temporarily disable the OpenSSL tests
This will allow me to build the OpenSSL backend so I can at least notice
build errors. This is temporary until we're able to fix the OpenSSL
tests in #54.
tls/tests/meson.build | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/tls/tests/meson.build b/tls/tests/meson.build
index 0ea2c9e..684c97d 100644
--- a/tls/tests/meson.build
+++ b/tls/tests/meson.build
@@ -29,7 +29,9 @@ test_programs = [
# ['dtls-connection', ['mock-interaction.c'], deps, ['openssl']],
]
-foreach backend: backends
+# OpenSSL tests are disabled until we fix https://gitlab.gnome.org/GNOME/glib-networking/issues/54
+#foreach backend: backends
+foreach backend: ['gnutls']
foreach program: test_programs
if not program[3].contains(backend)
program_name = program[0] + '-' + backend
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]