Add workaround to runtest to build cts dependencies.

BUG 2141242
This commit is contained in:
Brett Chabot
2009-09-23 18:05:28 -07:00
parent 9f7ae08eb1
commit 2477b388ec
3 changed files with 54 additions and 28 deletions

View File

@@ -84,7 +84,7 @@ def RunOnce(cmd, timeout_time=None, return_output=True):
so.append("ERROR")
error_occurred = True
if pipe.returncode != 0:
logger.SilentLog("Error: %s returned %d error code" %(cmd,
logger.SilentLog("Error: %s returned %s error code" %(cmd,
pipe.returncode))
error_occurred = True