Fixed logging in perf tests; small bugfix in run.py

This commit is contained in:
Andrey Kamaev
2011-11-30 11:30:45 +00:00
parent a2697b18e2
commit a67a0c76c5
2 changed files with 15 additions and 14 deletions

View File

@@ -433,7 +433,7 @@ class RunInfo(object):
if len(userlog) == 0:
args.append("--gtest_output=xml:" + logfile)
else:
logfile = userlog[userlog[0].find(":")+1:]
logfile = userlog[0][userlog[0].find(":")+1:]
if self.targetos == "android":
try: