From 0feac12a6758862557efccf1bccb78c225def6b6 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 13 Apr 2021 16:13:52 -0600 Subject: [PATCH] cleanup nimble file --- ws.nimble | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ws.nimble b/ws.nimble index 8da67af..942300a 100644 --- a/ws.nimble +++ b/ws.nimble @@ -15,8 +15,5 @@ requires "nimcrypto" requires "bearssl" task test, "run tests": - exec "nim c -r --opt:speed -d:debug --verbosity:0 --hints:off ./tests/testall.nim" + exec "nim c -r --opt:speed -d:debug --verbosity:0 --hints:off -d:chronicles_log_level=info ./tests/testall.nim" rmFile "./tests/testall" - rmFile "./tests/testwebsockets" - rmFile "./tests/testframes" - rmFile "./tests/testtlswebsockets"