diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 18:00:21 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 18:00:21 +0000 |
commit | 4b5580f7ccdf749070dca846d57c1cbdaeef1905 (patch) | |
tree | d5bb4a5ee4848ee7ffef84af468a04f38d31adff /chrome/test/chromedriver/run_buildbot_steps.py | |
parent | f82f05eae48c5dcd28899b24c6c0e6cc7273486f (diff) | |
download | chromium_src-4b5580f7ccdf749070dca846d57c1cbdaeef1905.zip chromium_src-4b5580f7ccdf749070dca846d57c1cbdaeef1905.tar.gz chromium_src-4b5580f7ccdf749070dca846d57c1cbdaeef1905.tar.bz2 |
[chromedriver] Move integration tests into test/ and update docs about how to run them.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/22697002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/chromedriver/run_buildbot_steps.py')
-rwxr-xr-x | chrome/test/chromedriver/run_buildbot_steps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/chromedriver/run_buildbot_steps.py b/chrome/test/chromedriver/run_buildbot_steps.py index fb43b1f..af4a10b 100755 --- a/chrome/test/chromedriver/run_buildbot_steps.py +++ b/chrome/test/chromedriver/run_buildbot_steps.py @@ -202,7 +202,7 @@ def main(): cmd = [ sys.executable, - os.path.join(_THIS_DIR, 'run_all_tests.py'), + os.path.join(_THIS_DIR, 'test', 'run_all_tests.py'), ] if options.android_package: cmd.append('--android-package=' + options.android_package) |