bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [PATCH] use python test suite only if python3 found


From: Andries E. Brouwer
Subject: Re: [Bug-wget] [PATCH] use python test suite only if python3 found
Date: Tue, 4 Nov 2014 14:54:37 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Nov 04, 2014 at 02:21:00PM +0100, Tim Ruehsen wrote:

> grep PYTHON Makefile*
> shows me, what has been detected on your system.

Basically

Makefile:PYTHON = /usr/bin/python3
Makefile:PYTHON_VERSION = 3.3

There is no problem there
(otherwise the other tests would have failed as well).

> But if you have python3, something else goes wrong.
> Please also attach the content of
> testenv/Test-Head.log (after make check)

Nothing of interest there either. The interesting output was

XFAIL: Test-auth-both.py

In testenv/Test-auth-both.log I see

...
2014-11-04 12:58:13 (654 B/s) - 'File1' saved [24/24]

...

...
2014-11-04 12:58:13 (822 B/s) - 'File3' saved [30/30]

which suggests that something might go wrong with File2.

...
---request begin---
GET /File2 HTTP/1.1^M
---response begin---
HTTP/1.1 401 Authorization Required^M
---request begin---
GET /File2 HTTP/1.1^M
Authorization: Basic U2F1cm9uOlRoZUV5ZQ==^M
---response begin---
HTTP/1.1 400 Blackisted Header Authorization received^M
---response end---
400 Blackisted Header Authorization received
Disabling further reuse of socket 3.
Closed fd 3
2014-11-04 12:58:13 ERROR 400: Blackisted Header Authorization received.

Does that help?

Andries



reply via email to

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