Use just normal variant by default
Testing takes quite long. For now, use by default only normal variant. SDB variant is not much used and pkcs11 variant is failing now. Keep ability to enable variants by parameter: TEST_VARIANTS="normal sdb pkcs11"
This commit is contained in:
parent
339db1a482
commit
277938ec6c
@ -33,7 +33,8 @@
|
||||
PACKAGE="bind"
|
||||
|
||||
# Set those variables to n to skip tests on variants
|
||||
DEFAULT_VARIANTS="normal pkcs11 sdb"
|
||||
#DEFAULT_VARIANTS="normal pkcs11 sdb"
|
||||
DEFAULT_VARIANTS="normal"
|
||||
#TEST_VARIANTS="normal"
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user