mirror of https://github.com/grpc/grpc-go.git
examples: enable debugging to help determine why tests are hanging (#3166)
This commit is contained in:
parent
6071e7015f
commit
caaa764950
|
@ -15,7 +15,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
set +e
|
||||
set +e -x
|
||||
|
||||
export TMPDIR=$(mktemp -d)
|
||||
trap "rm -rf ${TMPDIR}" EXIT
|
||||
|
@ -145,4 +145,3 @@ for example in ${EXAMPLES[@]}; do
|
|||
|
||||
clean
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue