From 3697426f85cdc4dddc6518cd48b6fc4b43229d68 Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 15 Nov 2021 11:40:49 +0100 Subject: [PATCH] properly move testing libbacktrace to a separate task (#236) This is a continuation of #231. --- chronos.nimble | 1 - 1 file changed, 1 deletion(-) diff --git a/chronos.nimble b/chronos.nimble index 311c2d7..926b626 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -21,7 +21,6 @@ task test, "Run all tests": commandStart & " -d:chronosStackTrace -d:chronosStrictException tests/", commandStart & " -d:release tests/", commandStart & " -d:release -d:chronosFutureTracking tests/", - commandStart & " -d:release --debugger:native -d:chronosStackTrace -d:nimStackTraceOverride --import:libbacktrace tests/", ] when (NimMajor, NimMinor) >= (1, 5): commands.add commandStart & " --gc:orc -d:chronosFutureTracking -d:release -d:chronosStackTrace tests/"