| Index: scripts/slave/recipes/catapult.py
|
| diff --git a/scripts/slave/recipes/catapult.py b/scripts/slave/recipes/catapult.py
|
| index 35f289961561dce346281d4c2365fae921a6da47..b8e581b7aeb73c2fd8fa24fc3d8a38ede074ae98 100644
|
| --- a/scripts/slave/recipes/catapult.py
|
| +++ b/scripts/slave/recipes/catapult.py
|
| @@ -52,8 +52,9 @@ def RunSteps(api):
|
| api.path['checkout'].join('catapult_build', 'bin', 'run_py_tests'))
|
| api.python('Util Tests',
|
| api.path['checkout'].join('base', 'util', 'run_tests.py'))
|
| - api.python('Dashboard Tests',
|
| + api.python('Dashboard Python Tests',
|
| api.path['checkout'].join('dashboard', 'bin', 'run_py_tests'),
|
| + ['--no-install-hooks'],
|
| env=modified_env)
|
| api.python('Tracing Python Tests',
|
| api.path['checkout'].join('tracing', 'bin', 'run_py_tests'),
|
| @@ -62,6 +63,10 @@ def RunSteps(api):
|
| api.path['checkout'].join(
|
| 'tracing', 'bin', 'run_dev_server_tests'),
|
| ['--no-install-hooks', '--no-use-local-chrome'])
|
| + api.python('Py-vulcanize Tests',
|
| + api.path['checkout'].join(
|
| + 'third_party', 'py_vulcanize', 'bin', 'run_py_tests'),
|
| + ['--no-install-hooks'])
|
| api.python('Perf Insights Dev Server Tests',
|
| api.path['checkout'].join(
|
| 'perf_insights', 'bin', 'run_dev_server_tests'),
|
|
|