Fix pyauto tests

Unintentionally broken by r124962

TBR=dyu@chromium.org
R=dyu@chromium.org
BUG=
TEST=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124984 0039d316-1c4b-4281-b951-d872f2087c98
parent dd25504d
......@@ -5038,7 +5038,6 @@ class Main(object):
sys.exit(0)
pyauto_suite = PyUITestSuite(suite_args)
loaded_tests = unittest.defaultTestLoader.loadTestsFromNames(test_names)
pyauto_suite = PyUITestSuite(suite_args)
pyauto_suite.addTests(loaded_tests)
verbosity = 1
if self._options.verbose:
......
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