From 44cae2629df00c7f66138956f8073260f19df051 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 13 Apr 2012 11:11:03 +0200 Subject: [PATCH] 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 --- defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3