show full compiler output with reNimcCrash

This commit is contained in:
Aman Gupta
2015-09-30 19:32:09 -07:00
parent ded5753292
commit b093c0abd0

View File

@@ -213,6 +213,8 @@ proc compilerOutputTests(test: TTest, given: var TSpec, expected: TSpec;
expectedmsg = expected.nimout
givenmsg = given.nimout.strip
nimoutCheck(test, expectedmsg, given)
else:
givenmsg = given.nimout.strip
if given.err == reSuccess: inc(r.passed)
r.addResult(test, expectedmsg, givenmsg, given.err)