tester outputs full test path

This commit is contained in:
Araq
2014-03-28 18:15:51 +01:00
parent 12e3c11eb6
commit 2958adc47f
2 changed files with 5 additions and 1 deletions

View File

@@ -175,7 +175,8 @@ proc generateJson*(filename: string, commit: int) =
where A.[commit] = ? and B.[commit] = ? and A.machine = ?
and A.result != B.result"""
selResults = """select
name, category, target, action, result, expected, given
category || '/' || target || '/' || name,
category, target, action, result, expected, given
from TestResult
where [commit] = ?"""
var db = open(connection="testament.db", user="testament", password="",