[cfe-commits] r100469 - /cfe/trunk/test/Makefile

Jeffrey Yasskin jyasskin at google.com
Mon Apr 5 14:20:39 PDT 2010


Author: jyasskin
Date: Mon Apr  5 16:20:38 2010
New Revision: 100469

URL: http://llvm.org/viewvc/llvm-project?rev=100469&view=rev
Log:
Print the errors when a clang test fails instead of just listing the
failing test files.


Modified:
    cfe/trunk/test/Makefile

Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=100469&r1=100468&r2=100469&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Mon Apr  5 16:20:38 2010
@@ -18,7 +18,7 @@
 ifdef VERBOSE
 TESTARGS = -v
 else
-TESTARGS = -s
+TESTARGS = -s -v
 endif
 endif
 





More information about the cfe-commits mailing list