this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Produce a dummy line number in runtests.py reports

+1
+1
tests/src/bin/runtests.py
··· 96 96 97 97 errorNode = doc.createElement("Error") 98 98 errorNode.setAttribute("file", sourcesDir + '/' + test['test']) 99 + errorNode.setAttribute("line", 0) 99 100 errorNode.appendChild(doc.createTextNode(test['output'])) 100 101 101 102 testNode.appendChild(errorNode)