From a3df8dca3e0e1b1a0d2ca520207035cc0cbf42e6 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 (cherry picked from commit 2433e3e808ebcec024896a14bb9134ff8d5830d4) --- 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 6e062ea926..8ac41ff827 100644 --- a/bin/tests/system/conf.sh.win32 +++ b/bin/tests/system/conf.sh.win32 @@ -24,7 +24,7 @@ TOP=${SYSTEMTESTTOP:=.}/../../.. TOP=`cd $TOP && pwd` # Visual Studio build configurations are Release and Debug -VSCONF=Debug +VSCONF=${VSCONF:-Debug} # Default algorithm for testing DEFAULT_ALGORITHM=RSASHA256