From: Jeffrey Yasskin Date: Mon, 5 Apr 2010 21:20:38 +0000 (+0000) Subject: Print the errors when a clang test fails instead of just listing the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e32be1d07c3aadc06855ee3664343318ab263b71;p=clang 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 --- 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