We believed the intermittent process launch failure while running the test suite
has been fixed by r113947.  But just in case it still fails, emits a prominent
message always.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@113986 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/lldbtest.py b/test/lldbtest.py
index a60b8ae..54f1825 100644
--- a/test/lldbtest.py
+++ b/test/lldbtest.py
@@ -362,6 +362,8 @@
 
             if self.res.Succeeded():
                 break
+            elif running:                
+                print >> sys.stderr, "Run (process launch) command failed!"
 
         # Modify runStarted only if "run" or "process launch" was encountered.
         if running: