Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19814 )
Change subject: IMPALA-9627 (followup): Use -q for bootstrap_toolchain.py's wget calls ...................................................................... IMPALA-9627 (followup): Use -q for bootstrap_toolchain.py's wget calls The original fix for IMPALA-9627 removed the local check_output() function for bin/bootstrap_toolchain.py and replaced it with subprocess.check_call(). The local check_output() function was preventing output from the wget call from going to the commandline. The subprocess.check_call() doesn't do this. Since we don't want this output anyway, this modifies the wget call to add "-q" to avoid the extra output. Testing: - Verified the extra output was gone Change-Id: If5b81f502a73551d269a0379ed0106ba4d3c8363 Reviewed-on: http://gerrit.cloudera.org:8080/19814 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/bootstrap_toolchain.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19814 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If5b81f502a73551d269a0379ed0106ba4d3c8363 Gerrit-Change-Number: 19814 Gerrit-PatchSet: 3 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
