remove the redundant line from test.sh

This commit is contained in:
ahrtr 2021-12-10 05:05:48 +08:00
parent 29292aa7bd
commit 793e081a5b

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