mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-19 21:28:28 +02:00
verbose tests
This commit is contained in:
parent
b1e4968d0b
commit
d0748c6c28
2
test.sh
2
test.sh
@ -12,7 +12,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="-race -coverprofile=profile.out -covermode=atomic $d"
|
||||
args="-race -v -coverprofile=profile.out -covermode=atomic $d"
|
||||
if [ "$use_go_test" == true ]; then
|
||||
gotest $args
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user