View | Details | Raw Unified | Return to bug 1284
Collapse All | Expand All

(-)a/test.py (-1 / +1 lines)
 Lines 1470-1476    Link Here 
1470
                crashed_tests = crashed_tests + 1
1470
                crashed_tests = crashed_tests + 1
1471
                status = "CRASH"
1471
                status = "CRASH"
1472
1472
1473
        print "%s: %s %s" % (status, kind, job.display_name)
1473
        print "%s (%.3f): %s %s" % (status, job.elapsed_time, kind, job.display_name)
1474
1474
1475
        if job.is_example or job.is_pyexample:
1475
        if job.is_example or job.is_pyexample:
1476
            #
1476
            #

Return to bug 1284