mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
remove verbose flag from go test
This commit is contained in:
parent
60e33f5d8c
commit
878a15aff4
2
test.sh
2
test.sh
|
|
@ -10,7 +10,7 @@ fi
|
|||
|
||||
for d in $( find ./* -maxdepth 10 ! -path "./vendor*" ! -path "./.git*" ! -path "./scripts*" -type d); do
|
||||
if ls $d/*.go &> /dev/null; then
|
||||
args="-v -race -coverprofile=profile.out -covermode=atomic $d"
|
||||
args="-race -coverprofile=profile.out -covermode=atomic $d"
|
||||
if [ "$use_go_test" == true ]; then
|
||||
gotest $args
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue