diff options
author | David Kaprielian <sabin@lindenlab.com> | 2011-01-26 15:07:54 -0800 |
---|---|---|
committer | David Kaprielian <sabin@lindenlab.com> | 2011-01-26 15:07:54 -0800 |
commit | 3eba59e963d87f54e1b33b0a34de3fe37e67ebe1 (patch) | |
tree | 02e31235ffb8973b951b26a95f149355cf0d9a9f /BuildParams | |
parent | 714ba52df0397b58769e02ae9a7d9877a4505d34 (diff) |
Adding run_tests buildparam and setting to false for coverity builds so coverity can run.
Reviewed by CG.
Diffstat (limited to 'BuildParams')
-rw-r--r-- | BuildParams | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams index 0a4271f7a8..8e036ab56b 100644 --- a/BuildParams +++ b/BuildParams @@ -26,6 +26,7 @@ viewer-development.show_changes_since = last_sprint # Build Settings viewer-development_coverity.coverity_product = viewer +viewer-development_coverity.run_tests = false viewer-development.build_debug_release_separately = true # Notifications - to configure email notices, add a setting like this: |