bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Fixed python test suite to succeed distcheck


From: Tim Ruehsen
Subject: Re: [Bug-wget] Fixed python test suite to succeed distcheck
Date: Wed, 08 Oct 2014 15:04:32 +0200
User-agent: KMail/4.14.1 (Linux/3.16-2-amd64; KDE/4.14.1; x86_64; ; )

Hi Darshit,

maybe we should somehow merge the patches...

Maybe you can take a few things from my patch before pushing !?

1. you are right with the XFAIL_TESTS (didn't I do that ?)
2. you are right with omitting SYSTEM_WGETRC from AM_TESTS_ENVIRONMENT
3. AM_TESTS_ENVIRONMENT needs export PYTHONPATH... when using
 TEST_EXTENSIONS = .py
 PY_LOG_COMPILER = python3

This allows also allows us to use TESTS_ENVIRONMENT variable from the command 
line. I guess that is cleaner... especially if we mix other kinds of 
executables into the tests (e.g. the unit test...).

That should be it than.

What should work in the end:
- make check
- make check -jn
- cd tests; ./Test-...
- make distcheck
- make distcheck -jn
- TESTS_ENVIRONMENT="LC_ALL=whatever" make check [-jn]
- cd tests; TESTS_ENVIRONMENT="LC_ALL=whatever" ./Test-...
(i used to test LC_ALL=tr_TR.utf8 for TESTS_ENVIRONMENT)

Regards, Tim

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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