forked from OSchip/llvm-project
Print the errors when a clang test fails instead of just listing the
failing test files. llvm-svn: 100469
This commit is contained in:
parent
c832c1bf69
commit
6e085c1efe
|
@ -18,7 +18,7 @@ ifndef TESTARGS
|
|||
ifdef VERBOSE
|
||||
TESTARGS = -v
|
||||
else
|
||||
TESTARGS = -s
|
||||
TESTARGS = -s -v
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue