disable Chronicles colours on Windows

This commit is contained in:
Ștefan Talpalaru 2019-01-17 13:52:49 +01:00 committed by zah
parent 64a9999ac9
commit b2c5fa8e58

View File

@ -20,6 +20,8 @@ proc configForTests() =
--run --run
--forceBuild --forceBuild
--threads: on --threads: on
if hostOS == "windows":
--define: "chronicles_colors=NoColors"
task test, "run tests": task test, "run tests":
configForTests() configForTests()