6511bb91fb
This allows to set `STORJ_TEST_MONKIT` to either `svg` or `json` to write individual testplanet test traces to disk. It also allows to specify an absolute directory: STORJ_TEST_MONKIT=svg,dir:/abs/dir/path It requires an absolute path, because from the context of tests, there's no easy way to find the folder where tests were called. Change-Id: I6fe008a4d4237d221cf5a5bede798b46399ee197
41 lines
403 B
Plaintext
41 lines
403 B
Plaintext
# Mac OS X files
|
|
.DS_Store
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.db
|
|
*.wasm
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
*.prof
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# VSCode
|
|
/.vscode
|
|
|
|
# Visual Studio
|
|
/.vs
|
|
|
|
# Jetbrains
|
|
.idea/
|
|
|
|
*.coverprofile
|
|
*.log
|
|
|
|
/release/
|
|
*.swp
|
|
/bin
|
|
resource.syso
|
|
|
|
*.resource.go
|
|
|
|
.build
|
|
|
|
# Test debug output
|
|
*.test.* |