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
This commit is contained in:
Jeffrey Yasskin 2010-04-05 21:20:38 +00:00
Родитель 3687e9d3a5
Коммит e32be1d07c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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