diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 06:22:48 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 06:22:48 +0000 |
commit | 42f98e54d11b40c76e13d852bfb30b6be9719663 (patch) | |
tree | 78041ceb6f597980d068d07ee266a6633407db51 /test | |
parent | 9df5561a952cbfe32aea4e1fbde16655af82efd0 (diff) | |
download | external_llvm-42f98e54d11b40c76e13d852bfb30b6be9719663.zip external_llvm-42f98e54d11b40c76e13d852bfb30b6be9719663.tar.gz external_llvm-42f98e54d11b40c76e13d852bfb30b6be9719663.tar.bz2 |
Echo command lines only if the user wants them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36050 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 7c8a7b3..53e3c53 100644 --- a/test/Makefile +++ b/test/Makefile @@ -48,7 +48,7 @@ CLEANED_TESTONE := $(patsubst test/%,%,$(CLEANED_TESTONE)) SUBDIR := $(shell dirname $(CLEANED_TESTONE)) TESTPATH := $(LLVM_SRC_ROOT)/test/$(CLEANED_TESTONE) check-one: site.exp $(TCLSH) - @( echo "source $(LLVM_SRC_ROOT)/test/site.exp" ; \ + $(Verb)( echo "source $(LLVM_SRC_ROOT)/test/site.exp" ; \ echo "set subdir $(SUBDIR)" ; \ echo "proc pass { msg } { puts \"PASS: \$$msg\" } "; \ echo "proc fail { msg } { puts \"FAIL: \$$msg\" }" ; \ |