mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 13:30:01 -04:00
Merge branch '1063-pkcs11_test-is-not-being-expanded-v9_14' into 'v9_14'
Resolve "@PKCS11_TEST@ is not being expanded" See merge request isc-projects/bind9!2008
This commit is contained in:
commit
535cf4b1aa
3 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -248,7 +248,6 @@ my @substtest = ("CHECKDS",
|
|||
"JSONSTATS",
|
||||
"KEYMGR",
|
||||
"NZD_TOOLS",
|
||||
"PKCS11_TEST",
|
||||
"XMLSTATS",
|
||||
"ZLIB"),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue