automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} test defs: more environment cleanups


From: Stefano Lattarini
Subject: [FYI] {master} test defs: more environment cleanups
Date: Fri, 13 Apr 2012 11:11:24 +0200

* 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 <address@hidden>
---
 defs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defs b/defs
index 742c4d4..7e9a554 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
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]