3 Commits

Author SHA1 Message Date
Eyal Posener
4e217bedba Detect setup error as a failing test
Fixes #50
2017-04-19 15:59:40 +03:00
Eyal Posener
d10c0632c7 Use test level failure to indicate build failure
- Use single regex for package result line
- Add capturing of package build failure output
2017-03-30 21:46:08 +03:00
Eyal Posener
3c05bc8cb6 Fail package in case of build error
In case of build error, the unittest fail, but the junit-report
with the set-exit-code flag on returns status code 0.
This commit will make it return the right status code.
2017-01-22 10:13:01 +02:00