Print the errors when a clang test fails instead of just listing the

failing test files.

llvm-svn: 100469
This commit is contained in:
Jeffrey Yasskin 2010-04-05 21:20:38 +00:00
parent c832c1bf69
commit 6e085c1efe
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ifndef TESTARGS
ifdef VERBOSE
TESTARGS = -v
else
TESTARGS = -s
TESTARGS = -s -v
endif
endif