| Index: build/android/run_tests.py
|
| diff --git a/build/android/run_tests.py b/build/android/run_tests.py
|
| index b1b6a1dd14fc15f2cf22e2dab66bf0164dabee47..601ccc6185ccd986f540406a31fcc73abdb17a36 100755
|
| --- a/build/android/run_tests.py
|
| +++ b/build/android/run_tests.py
|
| @@ -150,6 +150,7 @@ def RunTests(device, test_suite, gtest_filter, test_arguments, rebaseline,
|
| 'out', 'Release'))
|
| _TEST_SUITES = [os.path.join(test_suite_dir, t) for t in _TEST_SUITES]
|
| debug_info_list = []
|
| + print _TEST_SUITES # So it shows up in buildbot output
|
| for t in _TEST_SUITES:
|
| test = SingleTestRunner(device, t, gtest_filter, test_arguments,
|
| timeout, rebaseline, performance_test,
|
|
|