1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Add Test-hsts.py to SSL_TESTS

* testenv/Makefile.am: Add Test-hsts.py to SSL_TESTS
This commit is contained in:
Tim Rühsen 2015-11-24 16:32:11 +01:00 committed by Darshit Shah
parent ad5a283528
commit 8977e63239

View File

@ -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 \