diff options
author | Brett Chabot <brettchabot@android.com> | 2009-09-23 18:05:28 -0700 |
---|---|---|
committer | Brett Chabot <brettchabot@android.com> | 2009-09-24 13:23:50 -0700 |
commit | 2477b388ec3abdbabcb1b7b925a3399d764d9b3a (patch) | |
tree | 163e5164b5413c6449eab303c6095cb40662fb1b /testrunner/run_command.py | |
parent | 9f7ae08eb147fd2a77c80b8c395a32b1d1bcaafb (diff) | |
download | android_development-2477b388ec3abdbabcb1b7b925a3399d764d9b3a.tar.gz android_development-2477b388ec3abdbabcb1b7b925a3399d764d9b3a.tar.bz2 android_development-2477b388ec3abdbabcb1b7b925a3399d764d9b3a.zip |
Add workaround to runtest to build cts dependencies.
BUG 2141242
Diffstat (limited to 'testrunner/run_command.py')
-rwxr-xr-x | testrunner/run_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner/run_command.py b/testrunner/run_command.py index 79c7ea5cd..c522e000f 100755 --- a/testrunner/run_command.py +++ b/testrunner/run_command.py @@ -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 |