Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-25 | Go: fixing tests for Go 1.16. | Max Romanov | 1 | -0/+1 | |
In Go 1.16, the module-aware mode is enabled by default; to fall back to previous behavior, the GO111MODULE environment variable should be set to 'auto'. Details: https://golang.org/doc/go1.16 | |||||
2020-11-16 | Tests: fixing tests interrupt in terminal. | Max Romanov | 1 | -0/+3 | |
KeyboardInterrupt re-raised. | |||||
2020-10-01 | Tests: minor fixes. | Andrei Zeliankou | 1 | -0/+29 | |
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file. |