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:
Petr Menšík 2019-09-25 20:33:26 +02:00
parent 339db1a482
commit 277938ec6c
1 changed files with 2 additions and 1 deletions

View File

@ -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"
#