lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lightning] lightning on mingw


From: Reini Urban
Subject: Re: [Lightning] lightning on mingw
Date: Mon, 19 May 2008 14:24:25 +0200

2008/5/19 Paolo Bonzini <address@hidden>:
>
>> But manual inspection of the test results (tests/*.log) show that all
>> succeeded,
>> so it looks like a \r\n issue to me.
>
> Ok, this has been fixed.

My fix, which passes now all tests under mingw32 is:

diff -u tests/run-test~ tests/run-test
--- tests/run-test~     2007-01-29 10:57:46.000000000 +0100
+++ tests/run-test      2008-05-19 14:20:49.062500000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh

-./$1 > $1.log
+./$1 | sed -e 's,0x0d,,' > $1.log
 if test $? = 77; then
   exit 77
 fi



-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]