Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2717)

Unified Diff: build/android/run_tests.py

Issue 11649008: Reorganize Android's test scripts into packages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/run_monkey_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_tests.py
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index 95f8a2f1b97bcbe0febe0ec8c826a9c53cdbd539..7100acf09698eeeb1f3e34a5d326d6b5d9034129 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -49,10 +49,10 @@ import emulator
from pylib import android_commands
from pylib import buildbot_report
from pylib import cmd_helper
-from pylib import debug_info
from pylib import ports
from pylib.base_test_sharder import BaseTestSharder
-from pylib.single_test_runner import SingleTestRunner
+from pylib.gtest import debug_info
+from pylib.gtest.single_test_runner import SingleTestRunner
from pylib.utils import run_tests_helper
from pylib.utils import test_options_parser
from pylib.utils import time_profile
« no previous file with comments | « build/android/run_monkey_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698