Skip to content

Commit

Permalink
Merge pull request #1135 from bowei/fix1
Browse files Browse the repository at this point in the history
run-local-glbc.sh needs to capture stderr in the log
  • Loading branch information
rramkumar1 committed Jun 6, 2020
2 parents 67471cd + af3ab93 commit fbf66c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-local-glbc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ ${GLBC} \
--running-in-cluster=false \
--logtostderr --v=${V} \
--config-file-path=${GCECONF} \
| tee -a /tmp/glbc.log
2>&1 | tee -a /tmp/glbc.log

0 comments on commit fbf66c0

Please sign in to comment.