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

Unified Diff: chrome/test/webdriver/test/chromedriver_launcher.py

Issue 7331004: Move chromedriver tests to test subdirectory. Add script to run all chromedriver (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: ... Created 9 years, 5 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 | « chrome/test/webdriver/test/WEBDRIVER_TESTS ('k') | chrome/test/webdriver/test/chromedriver_paths.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/test/chromedriver_launcher.py
diff --git a/chrome/test/webdriver/chromedriver_launcher.py b/chrome/test/webdriver/test/chromedriver_launcher.py
similarity index 99%
rename from chrome/test/webdriver/chromedriver_launcher.py
rename to chrome/test/webdriver/test/chromedriver_launcher.py
index b078141b2d7ba3461cf5b4bcc4b14a2824247bd5..7ed78229c816312302ccbaa2be8303eb9c759ca6 100644
--- a/chrome/test/webdriver/chromedriver_launcher.py
+++ b/chrome/test/webdriver/test/chromedriver_launcher.py
@@ -60,7 +60,7 @@ class ChromeDriverLauncher:
"""
script_dir = os.path.dirname(__file__)
chrome_src = os.path.abspath(os.path.join(
- script_dir, os.pardir, os.pardir, os.pardir))
+ script_dir, os.pardir, os.pardir, os.pardir, os.pardir))
bin_dirs = {
'linux2': [ os.path.join(chrome_src, 'out', 'Debug'),
os.path.join(chrome_src, 'sconsbuild', 'Debug'),
« no previous file with comments | « chrome/test/webdriver/test/WEBDRIVER_TESTS ('k') | chrome/test/webdriver/test/chromedriver_paths.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698