diff options
author | Oz Linden <oz@lindenlab.com> | 2018-05-24 15:42:51 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-05-24 15:42:51 -0400 |
commit | 3d1e368ad9080a13608ded460b12d2b7c98009da (patch) | |
tree | 7e5d2d2a952c33414833e94077b47370e484a491 /build.sh | |
parent | c730ae22f8dc4d31db00244da2fdc44e2e943bd7 (diff) |
govern running tests with the LL_TESTS variable, default ON
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |