mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
run the v6synth test by default; explain why stress test is not run by default
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: conf.sh.in,v 1.19 2001/01/11 20:45:50 bwelling Exp $
|
# $Id: conf.sh.in,v 1.20 2001/01/11 21:12:10 gson Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# Common configuration data for system tests, to be sourced into
|
# Common configuration data for system tests, to be sourced into
|
||||||
@@ -39,8 +39,11 @@ KEYGEN=$TOP/bin/dnssec/dnssec-keygen
|
|||||||
SIGNER=$TOP/bin/dnssec/dnssec-signzone
|
SIGNER=$TOP/bin/dnssec/dnssec-signzone
|
||||||
KEYSIGNER=$TOP/bin/dnssec/dnssec-signkey
|
KEYSIGNER=$TOP/bin/dnssec/dnssec-signkey
|
||||||
KEYSETTOOL=$TOP/bin/dnssec/dnssec-makekeyset
|
KEYSETTOOL=$TOP/bin/dnssec/dnssec-makekeyset
|
||||||
|
|
||||||
|
# The "stress" test is not run by default since it creates enough
|
||||||
|
# load on the machine to make it unusable to other users.
|
||||||
SUBDIRS="dnssec forward glue limits lwresd notify nsupdate resolver \
|
SUBDIRS="dnssec forward glue limits lwresd notify nsupdate resolver \
|
||||||
sortlist stub tkey unknown upforwd views xfer xferquota"
|
sortlist stub tkey unknown upforwd v6synth views xfer xferquota"
|
||||||
|
|
||||||
# PERL will be an empty string if no perl interpreter was found.
|
# PERL will be an empty string if no perl interpreter was found.
|
||||||
PERL=@PERL@
|
PERL=@PERL@
|
||||||
|
Reference in New Issue
Block a user