From: Mark Andrews Date: Thu, 5 Sep 2019 04:31:04 +0000 (+1000) Subject: allow VSCONF to be overridden at runtime X-Git-Tag: v9.15.4~6^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2433e3e808ebcec024896a14bb9134ff8d5830d4;p=thirdparty%2Fbind9.git allow VSCONF to be overridden at runtime --- diff --git a/bin/tests/system/conf.sh.win32 b/bin/tests/system/conf.sh.win32 index 98d69f8ca12..9439fdb72db 100644 --- a/bin/tests/system/conf.sh.win32 +++ b/bin/tests/system/conf.sh.win32 @@ -28,7 +28,7 @@ CYGWIN=1 . $TOP/bin/tests/system/conf.sh.common # Visual Studio build configurations are Release and Debug -VSCONF=Debug +VSCONF=${VSCONF:-Debug} ARPANAME=$TOP/Build/$VSCONF/arpaname@EXEEXT@ CDS=$TOP/Build/$VSCONF/dnssec-cds@EXEEXT@