Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3897

Show
Ignore:
Timestamp:
08/20/08 13:40:00 (4 months ago)
Author:
larsivi
Message:

Flush module name before running tests, thanks kamm.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/unittest.sh

    r3634 r3897  
    5858    { 
    5959        if ( m.unitTest) { 
    60             Stdout.format ("{}. Executing unittests in '{}' ", countTotal, m.name)
     60            Stdout.format ("{}. Executing unittests in '{}' ", countTotal, m.name).flush
    6161            countTotal++; 
    6262            try {