Run Option: use now processSingleTest

This commit is contained in:
Wh1teDuke
2016-09-19 16:25:39 +02:00
parent ddb70d33f8
commit 248b5c0468

View File

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