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
signature.asc
Description: This is a digitally signed message part.
