| Index: build/android/pylib/junit/test_runner.py
|
| diff --git a/build/android/pylib/junit/test_runner.py b/build/android/pylib/junit/test_runner.py
|
| index dea8cdc675ca6e5be1668416a0ba72e29480afde..6238fe13927d3187a0718d85fb041e298c0bf658 100644
|
| --- a/build/android/pylib/junit/test_runner.py
|
| +++ b/build/android/pylib/junit/test_runner.py
|
| @@ -27,7 +27,7 @@ class JavaTestRunner(object):
|
| """Runs junit tests from |self._test_suite|."""
|
| with tempfile.NamedTemporaryFile() as json_file:
|
| java_script = os.path.join(
|
| - constants.GetOutDirectory(), 'bin', self._test_suite)
|
| + constants.GetOutDirectory(), 'bin', 'helper', self._test_suite)
|
| command = [java_script,
|
| '-test-jars', self._test_suite + '.jar',
|
| '-json-results-file', json_file.name]
|
|
|