From: Stefano Lattarini Date: Fri, 13 Apr 2012 09:11:03 +0000 (+0200) Subject: test defs: more environment cleanups X-Git-Tag: v1.11d~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44cae2629df00c7f66138956f8073260f19df051;p=thirdparty%2Fautomake.git test defs: more environment cleanups * defs (SH_LOG_COMPILER, SH_LOG_COMPILE, SH_LOG_FLAGS, AM_SH_LOG_FLAGS, SH_LOG_DRIVER, SH_LOG_DRIVER_FLAGS, AM_SH_LOG_DRIVER_FLAGS): Unset these variable to avoid potential interferences from the environment. Signed-off-by: Stefano Lattarini --- diff --git a/defs b/defs index 742c4d4c7..7e9a55427 100644 --- a/defs +++ b/defs @@ -170,7 +170,7 @@ unset TEST_LOGS unset TEST_SUITE_LOG unset RECHECK_LOGS unset VERBOSE -for pfx in TEST_ TAP_ ''; do +for pfx in TEST_ SH_ TAP_ ''; do unset ${pfx}LOG_COMPILER unset ${pfx}LOG_COMPILE # Not a typo! unset ${pfx}LOG_FLAGS