mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-10 22:42:00 +02:00
verbose tests
This commit is contained in:
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
|
for d in $( find ./* -maxdepth 10 ! -path "./vendor*" ! -path "./.git*" ! -path "./scripts*" -type d); do
|
||||||
if ls $d/*.go &> /dev/null; then
|
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
|
if [ "$use_go_test" == true ]; then
|
||||||
gotest $args
|
gotest $args
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user