From 2433e3e808ebcec024896a14bb9134ff8d5830d4 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 5 Sep 2019 14:31:04 +1000 Subject: [PATCH] allow VSCONF to be overridden at runtime --- bin/tests/system/conf.sh.win32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/conf.sh.win32 b/bin/tests/system/conf.sh.win32 index 98d69f8ca1..9439fdb72d 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@