Skip to content

Commit 4c0de46

Browse files
committed
test just the failing file - more manageable logs
1 parent 1a1a2f8 commit 4c0de46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

presto.nimble

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ proc build(args, path: string) =
2828
exec nimc & " " & lang & " " & cfg & " " & flags & " " & args & " " & path
2929

3030
proc run(path: string) =
31+
exec nimc & " -v"
3132
build " --mm:refc -r", path
3233
if (NimMajor, NimMinor) > (1, 6):
3334
build " --mm:orc -r", path
3435

3536
task test, "Runs rest tests":
36-
run "tests/testall"
37+
run "tests/testroute"

0 commit comments

Comments
 (0)