From: Stefano Lattarini Date: Mon, 14 Feb 2011 23:47:52 +0000 (+0100) Subject: Merge branch 'python-tests-extend' X-Git-Tag: ng-0.5a~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feac65b70b29c759b99ebdcba81f93b9450f401e;p=thirdparty%2Fautomake.git Merge branch 'python-tests-extend' --- feac65b70b29c759b99ebdcba81f93b9450f401e diff --cc ChangeLog index 95aa6a8f5,e2e59551a..50c24faa0 --- a/ChangeLog +++ b/ChangeLog @@@ -1,12 -1,17 +1,26 @@@ + 2011-02-14 Stefano Lattarini + + python: fix spurious failure in tests + * tests/python-vars.test: Ignore cached values from config.site + by exporting CONFIG_SITE=/dev/null. Be laxer in matching the + expected values of output variables `pythondir' and `pyexecdir', + since they can change quite unpredictably among different python + installations. Also, avoid "hyping" debugging output, thus + offering smaller trace output and more informative diff. + Report and suggestions by Ralf Wildenhues. + * tests/python-virtualenv.test: Require python, since we call it + even after the virtualenv has been deactivated. Ignore cached + values from config.site by exporting CONFIG_SITE=/dev/null. + +2011-02-06 Stefano Lattarini + + tests: tweak few tests on simple and parallel test drivers + * tests/check-exported-srcdir.test: Improve heading comments. + * tests/check-tests-in-builddir.test: Likewise. Also, unset the + `FOO_EXIT_STATUS' variable, so that any pre-existing value in the + environment won't risk to interfere with the test. + Suggestions by Ralf Wildenhues. + 2011-02-06 Stefano Lattarini python: extend and improve tests, fix minor glitches