Commit bba4065d authored by kkania@chromium.org's avatar kkania@chromium.org

[chromedriver] Fix typo in temp directory path name.

BUG=none
TBR=chrisgao
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/13901011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195426 0039d316-1c4b-4281-b951-d872f2087c98
parent ed1ffa0b
......@@ -77,7 +77,7 @@ def _Run(java_tests_src_dir, test_filter,
Returns:
A list of |TestResult|s.
"""
test_dir = util.MakeTempDir() + '1'
test_dir = util.MakeTempDir()
keystore_path = ('java', 'client', 'test', 'keystore')
required_dirs = [keystore_path[:-1],
('javascript',),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment