cleanup nimble file

This commit is contained in:
Dmitriy Ryajov 2021-04-13 16:13:52 -06:00
parent 4133d1d87c
commit 0feac12a67
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

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