Include failing packages without tests in report

If a package compiles correctly, but panics before it has a chance to
run any tests it would previously be ignored. Any failing packages
without tests but with some output will now be included in the report
with a dummy test.

Fixes #52
This commit is contained in:
Joël Stemmer
2017-04-27 23:19:32 +01:00
parent dd4990585e
commit 2a5fd0eeb0
6 changed files with 101 additions and 0 deletions

6
tests/14-panic.txt Normal file
View File

@@ -0,0 +1,6 @@
panic: init
stacktrace
FAIL package/panic 0.003s
panic: init
stacktrace
FAIL package/panic2 0.003s