From 74ef036cef200c892b65615c479f99ed23c2628e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 13 Mar 2008 21:41:47 +0000 Subject: Remove \r from test output so that PASSED tests are correctly detected as PASSED on Windows. --- runtest.pl.in | 1 + 1 file changed, 1 insertion(+) (limited to 'runtest.pl.in') diff --git a/runtest.pl.in b/runtest.pl.in index e03d6559..1697d4c8 100755 --- a/runtest.pl.in +++ b/runtest.pl.in @@ -124,6 +124,7 @@ sub runtest close RESULTS; chomp $last; + $last =~ s/\r//; push @results, "$t: $last"; if ($last ne "PASSED") -- cgit v1.2.1