forked from OSchip/llvm-project
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:
parent
33005d1327
commit
f7f0cabe9f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue