Chromium Code Reviews| Index: tools/testrunner/local/utils.py |
| diff --git a/tools/testrunner/local/utils.py b/tools/testrunner/local/utils.py |
| index cb6c350e4e03543b7daa3f66f2b1b113356c5841..c880dfc34ebd83dc465efe5d9166559e442e8566 100644 |
| --- a/tools/testrunner/local/utils.py |
| +++ b/tools/testrunner/local/utils.py |
| @@ -102,6 +102,8 @@ def DefaultArch(): |
| return 'ia32' |
| elif machine == 'amd64': |
| return 'ia32' |
| + elif machine == 's390x': |
| + return 's390' |
| elif machine == 'ppc64': |
| return 'ppc' |
| else: |