summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-04-05 21:20:38 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-04-05 21:20:38 +0000
commite32be1d07c3aadc06855ee3664343318ab263b71 (patch)
treed0633b99a5ec18c61f71091c39ceb8bd5eb13cac /test/Makefile
parent3687e9d3a5dbfa9963af02a49a2b139d91310813 (diff)
Print the errors when a clang test fails instead of just listing the
failing test files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index b7cb38af8a..e9d89454b8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -18,7 +18,7 @@ ifndef TESTARGS
ifdef VERBOSE
TESTARGS = -v
else
-TESTARGS = -s
+TESTARGS = -s -v
endif
endif