cli: add temp workaround to handle absolute log path for Windows

Fix #2269.
This commit is contained in:
Anna Shaleva 2022-02-07 13:36:42 +03:00 committed by Anna Shaleva
parent 62602af345
commit 59fdb69b9a
2 changed files with 43 additions and 1 deletions

View file

@ -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")