mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-03 11:41:48 +00:00
cli: add temp workaround to handle absolute log path for Windows
Fix #2269.
This commit is contained in:
parent
62602af345
commit
59fdb69b9a
2 changed files with 43 additions and 1 deletions
|
@ -41,7 +41,6 @@ func TestGetConfigFromContext(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestHandleLoggingParams(t *testing.T) {
|
||||
// This test is failing on Windows, see https://github.com/nspcc-dev/neo-go/issues/2269
|
||||
d := t.TempDir()
|
||||
testLog := filepath.Join(d, "file.log")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue