summaryrefslogtreecommitdiff
path: root/build-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-test.sh')
-rwxr-xr-xbuild-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-test.sh b/build-test.sh
index 1c4797d487..b8b2955f97 100755
--- a/build-test.sh
+++ b/build-test.sh
@@ -356,7 +356,7 @@ build_MSBuild_projects()
export __TestGroupToBuild=1
__AppendToLog=false
- if [ -n __priority1 ]; then
+ if [ -n "$__priority1" ]; then
export __BuildLoopCount=16
export __TestGroupToBuild=2
fi