Changeset 2108


Ignore:
Timestamp:
13/03/2008 21:41:47 (4 years ago)
Author:
chris
Message:

Remove \r from test output so that PASSED tests are correctly detected
as PASSED on Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/runtest.pl.in

    r2087 r2108  
    125125 
    126126                chomp $last; 
     127                $last =~ s/\r//; 
    127128                push @results, "$t: $last"; 
    128129 
Note: See TracChangeset for help on using the changeset viewer.