summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2018-05-24 15:42:51 -0400
committerOz Linden <oz@lindenlab.com>2018-05-24 15:42:51 -0400
commit3d1e368ad9080a13608ded460b12d2b7c98009da (patch)
tree7e5d2d2a952c33414833e94077b47370e484a491 /build.sh
parentc730ae22f8dc4d31db00244da2fdc44e2e943bd7 (diff)
govern running tests with the LL_TESTS variable, default ON
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index bb8d66599b..1fc578e956 100755
--- a/build.sh
+++ b/build.sh
@@ -114,7 +114,6 @@ pre_build()
-DRELEASE_CRASH_REPORTING:BOOL="$RELEASE_CRASH_REPORTING" \
-DVIEWER_CHANNEL:STRING="${viewer_channel}" \
-DGRID:STRING="\"$viewer_grid\"" \
- -DLL_TESTS:BOOL="$run_tests" \
-DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url \
"${SIGNING[@]}" \
|| fatal "$variant configuration failed"