allow VSCONF to be overridden at runtime
(cherry picked from commit 2433e3e808)
This commit is contained in:
committed by
Michał Kępień
parent
723e1e358d
commit
a3df8dca3e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user