Code Review
/
src
/
xds
/
xds-server.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
testExec: error exec with a fakeid
[src/xds/xds-server.git]
/
test
/
test_stdoutstderr.sh
1
#!/bin/bash
2
echo "1:STDOUT"
3
>&2 echo "2:STDERR"
4
echo "3:STDOUT"
5
>&2 echo "4:STDERR"
6
>&2 echo "5:STDERR"
7
echo "6:STDOUT"