Skip to content

Commit

Permalink
Add --debug --format=standard-verbose to gotestsum options
Browse files Browse the repository at this point in the history
Testing if this gives any insight into the `Device or resource busy` issue.
  • Loading branch information
pjanotti authored Sep 14, 2024
1 parent c52a9a7 commit 8b7d710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.Common
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GCI := $(TOOLS_BIN_DIR)/gci
GOTESTSUM := $(TOOLS_BIN_DIR)/gotestsum
TESTIFYLINT := $(TOOLS_BIN_DIR)/testifylint

GOTESTSUM_OPT?= --rerun-fails=1
GOTESTSUM_OPT?= --debug --format=standard-verbose --rerun-fails=1
TESTIFYLINT_OPT?= --enable-all --disable=float-compare,formatter,go-require,require-error,suite-subtest-run,useless-assert

# BUILD_TYPE should be one of (dev, release).
Expand Down

0 comments on commit 8b7d710

Please sign in to comment.