summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2018-05-30 10:32:47 -0400
committerOz Linden <oz@lindenlab.com>2018-05-30 10:32:47 -0400
commit0fedc97f3f9bb83e93624343072c9b3dd62c63ae (patch)
tree28f1bd556de4e9a795400cd3c68cf955708ddacd /build.sh
parent6b17202a076cd3727e474d2da8980c3be9613c32 (diff)
always run tests
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 cf18c3f541..1196cb3813 100755
--- a/build.sh
+++ b/build.sh
@@ -125,7 +125,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"