Chromium Code Reviews| Index: tools/testrunner/local/utils.py |
| diff --git a/tools/testrunner/local/utils.py b/tools/testrunner/local/utils.py |
| index 7bc21b1fc025f548218d6e28cbe2c447e5567844..961b4924740e9b2f634313230e0bc48b51326d4a 100644 |
| --- a/tools/testrunner/local/utils.py |
| +++ b/tools/testrunner/local/utils.py |
| @@ -99,6 +99,8 @@ def DefaultArch(): |
| return 'ia32' |
| elif machine == 'amd64': |
| return 'ia32' |
| + elif id == 'ppc64': |
| + return 'ppc' |
| else: |
| return None |