>From d23d9dcb7c28eea884b839e473250a2f7efff7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Tue, 24 Nov 2015 16:32:11 +0100 Subject: [PATCH 2/2] Add Test-hsts.py to SSL_TESTS * testenv/Makefile.am: Add Test-hsts.py to SSL_TESTS --- testenv/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testenv/Makefile.am b/testenv/Makefile.am index c16a6c6..7fe24bd 100644 --- a/testenv/Makefile.am +++ b/testenv/Makefile.am @@ -37,7 +37,7 @@ AUTOMAKE_OPTIONS = parallel-tests AM_TESTS_ENVIRONMENT = export WGETRC=/dev/null; MAKE_CHECK=True; export MAKE_CHECK;\ export PYTHONPATH=$$PYTHONPATH:$(srcdir); export VALGRIND_TESTS="@VALGRIND_TESTS@"; -SSL_TESTS = Test--https.py Test--https-crl.py +SSL_TESTS = Test--https.py Test--https-crl.py Test-hsts.py if HAVE_PYTHON3 TESTS = Test-auth-basic-fail.py \ Test-auth-basic.py \ @@ -58,7 +58,6 @@ if HAVE_PYTHON3 Test-Head.py \ Test--https.py \ Test--https-crl.py \ - Test-hsts.py \ Test-O.py \ Test-Post.py \ Test-504.py \ -- 2.6.2