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.14.7~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fea03c8a439204d88dc5952d4161026ca2419c79;p=thirdparty%2Fbind9.git allow VSCONF to be overridden at runtime (cherry picked from commit 2433e3e808ebcec024896a14bb9134ff8d5830d4) --- diff --git a/bin/tests/system/conf.sh.win32 b/bin/tests/system/conf.sh.win32 index 4fae1375966..4abbe1a470f 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@