[Lldb-commits] [lldb] r176980 - Add braces to crashed test summary (needed for buildbots to detect crashes)

Daniel Malea daniel.malea at intel.com
Wed Mar 13 14:50:49 PDT 2013


Author: dmalea
Date: Wed Mar 13 16:50:49 2013
New Revision: 176980

URL: http://llvm.org/viewvc/llvm-project?rev=176980&view=rev
Log:
Add braces to crashed test summary (needed for buildbots to detect crashes)


Modified:
    lldb/trunk/test/dosep.ty

Modified: lldb/trunk/test/dosep.ty
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dosep.ty?rev=176980&r1=176979&r2=176980&view=diff
==============================================================================
--- lldb/trunk/test/dosep.ty (original)
+++ lldb/trunk/test/dosep.ty Wed Mar 13 16:50:49 2013
@@ -56,7 +56,7 @@ Run lldb test suite using a separate pro
     if len(failed) > 0:
         print "Failing Tests (%d)" % len(failed)
         for f in failed:
-          print "FAIL: LLDB :: %s" % f
+          print "FAIL: LLDB :: (%s)" % f
         sys.exit(1)
     sys.exit(0)
 





More information about the lldb-commits mailing list