bitbox-wallet-app icon indicating copy to clipboard operation
bitbox-wallet-app copied to clipboard

Avoid using user production config in backend tests

Open x1ddos opened this issue 4 years ago • 0 comments

First couple lines when starting a test on linux:

$ go test -mod=vendor -race ./...
Loading log config from '/home/dude/.config/bitbox/logging.json'.
Logging into '/home/dude/.config/bitbox/log.txt' from 'debug'.

The tests should never touch ~/.config.

x1ddos avatar Jan 17 '22 15:01 x1ddos