diff options
author | Oz Linden <oz@lindenlab.com> | 2016-06-09 06:04:27 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-06-09 06:04:27 -0400 |
commit | 7e910beac39341707940e94ae329952e7f6ab965 (patch) | |
tree | 49f77d7bd90d8d97d331c67b662eed139614a29f | |
parent | 2fc4663d0afe9869d06f4ca7001636cdcc38042c (diff) |
use autobuild --quiet because it puts everything on stderr
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,7 +101,7 @@ pre_build() && [ -r "$master_message_template_checkout/message_template.msg" ] \ && template_verifier_master_url="-DTEMPLATE_VERIFIER_MASTER_URL=file://$master_message_template_checkout/message_template.msg" - "$autobuild" configure -c $variant -- \ + "$autobuild" configure --quiet -c $variant -- \ -DPACKAGE:BOOL=ON \ -DRELEASE_CRASH_REPORTING:BOOL=ON \ -DVIEWER_CHANNEL:STRING="\"$viewer_channel\"" \ @@ -202,7 +202,7 @@ then fi # load autobuild provided shell functions and variables -eval "$("$autobuild" source_environment)" +eval "$("$autobuild" --quiet source_environment)" # something about the additional_packages mechanism messes up buildscripts results.py on Linux # since we don't care about those packages on Linux, just zero it out, yes - a HACK |