]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make PKCS11_TEST unix only
authorMark Andrews <marka@isc.org>
Tue, 4 Jun 2019 05:31:26 +0000 (15:31 +1000)
committerMark Andrews <marka@isc.org>
Tue, 4 Jun 2019 07:45:41 +0000 (03:45 -0400)
bin/tests/system/conf.sh.common
bin/tests/system/conf.sh.in
win32utils/Configure

index e32f1a28fbffcac40afd4ccfe02e133535d63f4c..c18d5272e29a7998db998add11ae9734c9f75ac8 100644 (file)
@@ -40,7 +40,7 @@ export LANG=C
 # SEQUENTIAL_UNIX in conf.sh.in; those that only run on windows should
 # be added to SEQUENTIAL_WINDOWS in conf.sh.win32.
 #
-SEQUENTIAL_COMMON="ecdsa eddsa @PKCS11_TEST@ tkey"
+SEQUENTIAL_COMMON="ecdsa eddsa tkey"
 
 #
 # These tests can use ports assigned by the caller (other than 5300
index 70d5da8660ddeb8d01a9d685c580a1609c30a2b2..ff48313fbb49868056d2cd1abc0a03b42a3ccb4b 100644 (file)
@@ -75,7 +75,7 @@ KRB5_CONFIG=/dev/null
 #
 # Construct the lists of tests to run
 #
-SEQUENTIAL_UNIX=""
+SEQUENTIAL_UNIX="@PKCS11_TEST@"
 SEQUENTIALDIRS="$SEQUENTIAL_COMMON $SEQUENTIAL_UNIX"
 
 PARALLEL_UNIX="@CHECKDS@ @COVERAGE@ @DNSTAP@ @KEYMGR@ logfileconfig"
index 60c5e0e103f9518950168fe22dea5af49dc34fcd..a378f44847a588d57581dbaf95ac4037520585ab 100644 (file)
@@ -248,7 +248,6 @@ my @substtest = ("CHECKDS",
                  "JSONSTATS",
                  "KEYMGR",
                  "NZD_TOOLS",
-                 "PKCS11_TEST",
                  "XMLSTATS",
                  "ZLIB"),