]> 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 08:00:45 +0000 (18:00 +1000)
(cherry picked from commit fbd9c5c97f94e30e3d435a10d9f5d6c450478e9c)

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 8cecc8f9505b69092dd62edd4c3c41488633a4aa..23a3f93a69db6cbf4554fadad39bc1ec42945f21 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 9731b0c187aac94bb14649f79b1fd4f6b0238c9d..67a8d046188208e40bc08e7a40be2e7c0bd2da66 100644 (file)
@@ -248,7 +248,6 @@ my @substtest = ("CHECKDS",
                  "JSONSTATS",
                  "KEYMGR",
                  "NZD_TOOLS",
-                 "PKCS11_TEST",
                  "XMLSTATS",
                  "ZLIB"),