Skip to content

Commit

Permalink
run-local-glbc.sh needs to capture stderr in the log
Browse files Browse the repository at this point in the history
  • Loading branch information
bowei committed Jun 6, 2020
1 parent 67471cd commit af3ab93
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 af3ab93

Please sign in to comment.