summaryrefslogtreecommitdiff
path: root/build-test.sh
diff options
context:
space:
mode:
authorJohn Salem <josalem@microsoft.com>2018-08-23 14:06:11 -0700
committerJohn Salem <josalem@microsoft.com>2018-08-23 14:06:11 -0700
commit64e212b7e606c74a8b2417ea8b4eb0f4ec754a26 (patch)
treefaf60321a7fed5595511b68e53a37ef7cea0010e /build-test.sh
parent2057943a230eb240ead8c297bf04f567e2efac07 (diff)
downloadcoreclr-64e212b7e606c74a8b2417ea8b4eb0f4ec754a26.tar.gz
coreclr-64e212b7e606c74a8b2417ea8b4eb0f4ec754a26.tar.bz2
coreclr-64e212b7e606c74a8b2417ea8b4eb0f4ec754a26.zip
fix syntax error in build-test.sh
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