From 248b5c0468bc0fbbf2f4963b7980a64ed3060c43 Mon Sep 17 00:00:00 2001 From: Wh1teDuke Date: Mon, 19 Sep 2016 16:25:39 +0200 Subject: [PATCH] Run Option: use now processSingleTest --- tests/testament/tester.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testament/tester.nim b/tests/testament/tester.nim index 74ac58927d..2734742f49 100644 --- a/tests/testament/tester.nim +++ b/tests/testament/tester.nim @@ -445,7 +445,7 @@ proc main() = let (dir, file) = splitPath(p.key.string) let (_, subdir) = splitPath(dir) var cat = Category(subdir) - processCategory(r, cat, p.cmdLineRest.string, file) + processSingleTest(r, cat, p.cmdLineRest.string, file) of "html": var commit = 0 discard parseInt(p.cmdLineRest.string, commit)