diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-02-19T15·56+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-02-19T15·56+0100 |
commit | dadf7a5b46f08b59c7e15a40937a9039ef273d63 (patch) | |
tree | 4f9a285b77daccdfb71f4fb90fa81371fa699fe6 /scripts | |
parent | 3e067ac11c1621f989011432f619652a9c20e6f4 (diff) |
build-remote: Use the --quiet flag
‘--option verbosity 0’ doesn't actually do anything.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-remote.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in index 03cd21e97c19..dddd9e959e27 100755 --- a/scripts/build-remote.pl.in +++ b/scripts/build-remote.pl.in @@ -259,7 +259,7 @@ close UPLOADLOCK; # Perform the build. my $buildFlags = "--max-silent-time $maxSilentTime --option build-timeout $buildTimeout" - . " --fallback --add-root $rootsDir/\$PPID.out --option verbosity 0" + . " --fallback --add-root $rootsDir/\$PPID.out --quiet" . " --option build-keep-log false"; # We let the remote side kill its process group when the connection is |