| Index: remoting/tools/run_webapp_unittests.py
|
| diff --git a/remoting/tools/run_webapp_unittest.py b/remoting/tools/run_webapp_unittests.py
|
| similarity index 95%
|
| rename from remoting/tools/run_webapp_unittest.py
|
| rename to remoting/tools/run_webapp_unittests.py
|
| index 6062c0163d57d641eaff0457d873c0429295134a..bff71282bc91c480fd6c04effbeb2285246cc183 100755
|
| --- a/remoting/tools/run_webapp_unittest.py
|
| +++ b/remoting/tools/run_webapp_unittests.py
|
| @@ -3,7 +3,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -"""Launches the remoting webapp unit test in chrome with the appropriate flags.
|
| +"""Launches the remoting webapp unit tests in chrome with the appropriate flags.
|
| """
|
|
|
| import argparse
|
| @@ -32,7 +32,7 @@ def BuildTestPageUri(opt_module=None, opt_coverage=False):
|
| script_path = os.path.dirname(__file__)
|
|
|
| test_page_path = os.path.join(script_path,
|
| - '../../out/Debug/remoting/unittests/unittest.html')
|
| + '../../out/Debug/remoting/unittests/unittests.html')
|
| test_page_path = 'file://' + os.path.abspath(test_page_path)
|
|
|
| test_page_params = {}
|
|
|