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

Unified Diff: build/android/run_tests.py

Issue 11879031: [Android] Move base tests classes to pylib/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits 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 9dffca55bec7a9fdfba2fcebf483baa2a98a7ec7..14d54d1dac54cb70759d6eeb661ccac2950aca5f 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -48,7 +48,7 @@ import time
from pylib import android_commands
from pylib import cmd_helper
from pylib import ports
-from pylib.base_test_sharder import BaseTestSharder
+from pylib.base.base_test_sharder import BaseTestSharder
from pylib.gtest import debug_info
from pylib.gtest import gtest_config
from pylib.gtest.single_test_runner import SingleTestRunner
« 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