From ff6bdcf72c94b4424b7ebf41b8c8bc5c7f81cdcc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 10 Oct 2009 12:48:11 -0700 Subject: tests: TEST_OPTS => SH_TEST_OPTS These variables are only for shells in tests --- t/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/GNUmakefile b/t/GNUmakefile index 8613baa..9c1094b 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -23,7 +23,7 @@ all:: $(T) # can't rely on "set -o pipefail" since we don't require bash or ksh93 :< t_code = trash/$@-$(RUBY_VERSION).code t_log = trash/$@-$(RUBY_VERSION).log -t_run = $(TRACER) $(SHELL) $(TEST_OPTS) $@ +t_run = $(TRACER) $(SHELL) $(SH_TEST_OPTS) $@ # prefix stdout messages with ':', and stderr messages with '!' t_wrap = ( ( ( $(RM) $(t_code); \ @@ -38,7 +38,7 @@ ifndef V pfx = else ifeq ($(V),2) - TEST_OPTS += -x + SH_TEST_OPTS += -x endif quiet_pre = @echo '* $@'; quiet_post = 2>&1 | tee $(t_log); exit $$(cat $(t_code)) -- cgit v1.2.3-24-ge0c7