]> 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)
committerMichał Kępień <michal@isc.org>
Fri, 27 Sep 2019 07:14:10 +0000 (09:14 +0200)
(cherry picked from commit 2433e3e808ebcec024896a14bb9134ff8d5830d4)

bin/tests/system/conf.sh.win32

index 4fae13759667e408c8234771710f71962c291f5a..4abbe1a470f08f2f42b7460c185654d492c394a4 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@