
Doug Gregor said: (by the date of Tue, 10 Oct 2006 14:44:41 -0400)
Those are results from CVS HEAD. Use --branch=RC_1_34_0 on the command line.
Ok, I did that. The number of failures is smaller. But still something is not as expected. I wanted to modify the python code to replace the formatting of results, two aligned columns instead of long text in each line: "(0 of 3 failures are from non-broken platforms)" But still I can't >>see<< this long text in the output: =================== python ./email_maintainers.py --debug --branch=RC_1_34_0 | grep broken % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 531 0 531 0 0 173 0 --:--:-- 0:00:03 --:--:-- 40846 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3014 0 3014 0 0 1253 0 --:--:-- 0:00:02 --:--:-- 6742 =================== I did | grep broken, because I expected to, among others, to see this line: algorithm/minmax (0 of 3 failures are from non-broken platforms) ^^^^^^ But I didn't have it in the output. And without that I'm unable to test my modifications to the script ;) I hope that now you understand my problem. Maybe this is a matter of time of day on which I invoke this script? PS: sorry about bothering you so much. -- Janek Kozicki |