Prepend "FAIL:" string to tests that crash so that buildbots pick them up.
authorDaniel Malea <daniel.malea@intel.com>
Wed, 13 Mar 2013 21:08:02 +0000 (21:08 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Wed, 13 Mar 2013 21:08:02 +0000 (21:08 +0000)
llvm-svn: 176974

lldb/test/dosep.ty

index d1fb117..b430e3d 100755 (executable)
@@ -56,7 +56,7 @@ Run lldb test suite using a separate process for each test file.
     if len(failed) > 0:
         print "Failing Tests (%d)" % len(failed)
         for f in failed:
-          print "\tLLDB :: %s" % f
+          print "FAIL : LLDB :: %s" % f
         sys.exit(1)
     sys.exit(0)