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.

llvm-svn: 113986
This commit is contained in:
Johnny Chen 2010-09-15 17:33:57 +00:00
parent 33005d1327
commit f7f0cabe9f
1 changed files with 2 additions and 0 deletions

View File

@ -362,6 +362,8 @@ class TestBase(unittest2.TestCase):
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: