]> granicus.if.org Git - clang/commitdiff
Print the errors when a clang test fails instead of just listing the
authorJeffrey Yasskin <jyasskin@google.com>
Mon, 5 Apr 2010 21:20:38 +0000 (21:20 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Mon, 5 Apr 2010 21:20:38 +0000 (21:20 +0000)
failing test files.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100469 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index b7cb38af8af057e3709774d8c181f9130c8d458c..e9d89454b898a707174a71159c703366844e349c 100644 (file)
@@ -18,7 +18,7 @@ ifndef TESTARGS
 ifdef VERBOSE
 TESTARGS = -v
 else
-TESTARGS = -s
+TESTARGS = -s -v
 endif
 endif