Joe McDonnell has uploaded this change for review. ( 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 --- M bin/bootstrap_toolchain.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/14/19814/1 -- 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: newchange Gerrit-Change-Id: If5b81f502a73551d269a0379ed0106ba4d3c8363 Gerrit-Change-Number: 19814 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
