Merge pull request #13528 from ahrtr/update_test_remove_redundant_line

Remove the redundant line from test.sh
This commit is contained in:
Piotr Tabor 2021-12-16 11:47:39 +01:00 committed by GitHub
commit 42840d0fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,8 +32,6 @@
# $ COVERDIR=coverage PASSES="build build_cov cov" ./test.sh
# $ go tool cover -html ./coverage/cover.out
set -e
set -o pipefail
# Consider command as failed when any component of the pipe fails:
# https://stackoverflow.com/questions/1221833/pipe-output-and-capture-exit-status-in-bash