]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
allow VSCONF to be overridden at runtime
authorMark Andrews <marka@isc.org>
Thu, 5 Sep 2019 04:31:04 +0000 (14:31 +1000)
committerMark Andrews <marka@isc.org>
Thu, 5 Sep 2019 04:31:04 +0000 (14:31 +1000)
bin/tests/system/conf.sh.win32

index 98d69f8ca12d7b2ff939399126938478a13705df..9439fdb72db38bceffbf5c10c74a218bf8bb57c0 100644 (file)
@@ -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@