diff options
| author | 2017-02-05 18:56:32 +0000 | |
|---|---|---|
| committer | 2017-02-05 18:56:34 +0000 | |
| commit | 68b785865b3f51f454ca5c24211502942571427f (patch) | |
| tree | 6ec76e674bb9d328b7b987b8113c9c223a61b6c8 | |
| parent | 4732ee50a1ac0fe94b216a53813ce91161c483b5 (diff) | |
| parent | 542d5b88748d5ae8ef143b2b744321660a0cb92b (diff) | |
Merge "Fix a typo in ART testrunner"
| -rwxr-xr-x | test/testrunner/testrunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testrunner/testrunner.py b/test/testrunner/testrunner.py index faa0c6e127..0cedc25455 100755 --- a/test/testrunner/testrunner.py +++ b/test/testrunner/testrunner.py @@ -297,7 +297,7 @@ def run_tests(tests): options_all += ' --bisection-search' if env.ART_TEST_ANDROID_ROOT: - options_all += ' --android-root ' + env.ART_TEST_ARDROID_ROOT + options_all += ' --android-root ' + env.ART_TEST_ANDROID_ROOT if gdb: options_all += ' --gdb' |