From: Stefano Lattarini Date: Fri, 9 Sep 2011 13:26:31 +0000 (+0200) Subject: test defs: more environment cleanup X-Git-Tag: ng-0.5a~89^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da414584b7c62f90fa21ad6420cea2ef8553c119;p=thirdparty%2Fautomake.git test defs: more environment cleanup * tests/defs: Also unset the XFAIL_TESTS, and various LOG_DRIVER, LOG_COMPILER variables (and corresponding flags variable). --- diff --git a/ChangeLog b/ChangeLog index da911d5ae..39aa991de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-09-09 Stefano Lattarini + + test defs: more environment cleanup + * tests/defs: Also unset the XFAIL_TESTS, and various + LOG_DRIVER, LOG_COMPILER variables (and corresponding + flags variable). + 2011-09-09 Stefano Lattarini tests: allow depmod.tap to only run a subset of its tests diff --git a/tests/defs b/tests/defs index ac30e43cc..d50cb393a 100644 --- a/tests/defs +++ b/tests/defs @@ -161,11 +161,21 @@ unset TESTS_ENVIRONMENT AM_TESTS_ENVIRONMENT unset DISABLE_HARD_ERRORS unset AM_COLOR_TESTS unset TESTS -unset TEST_LOG_COMPILER +unset XFAIL_TESTS unset TEST_LOGS unset TEST_SUITE_LOG unset RECHECK_LOGS unset VERBOSE +for pfx in TEST_ TAP_ ''; do + unset ${pfx}LOG_COMPILER + unset ${pfx}LOG_COMPILE # Not a typo! + unset ${pfx}LOG_FLAGS + unset AM_${pfx}LOG_FLAGS + unset ${pfx}LOG_DRIVER + unset ${pfx}LOG_DRIVER_FLAGS + unset AM_${pfx}LOG_DRIVER_FLAGS +done +unset pfx # Re-enable, it had been temporarily disabled above. set -e