647ffb7 Add initial support for displaying test results.

Authored and Committed by codonell 9 years ago
1 file changed. 7 lines added. 1 lines removed.
    Add initial support for displaying test results.
    
    After each test run we output all of the test results
    to the build logs. This includes PASS, FAIL, XPASS,
    XFAIL results and the original error codes of the tests.
    
    Without this fix the new upstream PASS/FAIL support
    hides the test results from the build logs.
    
        
file modified
+7 -1