| Index: bin/run_tests
|
| diff --git a/bin/run_tests b/bin/run_tests
|
| index 9b91148c025c8b67431b735f4b53ddc05acc1806..22e3a6bb77b39e0b37be0cef85a84cc01ef4b388 100755
|
| --- a/bin/run_tests
|
| +++ b/bin/run_tests
|
| @@ -14,7 +14,7 @@ _CATAPULT_PATH = os.path.abspath(
|
| _TESTS = [
|
| {'path': os.path.join(_CATAPULT_PATH, 'tracing', 'bin', 'run_tests')},
|
| {'path': os.path.join(
|
| - _CATAPULT_PATH, 'tracing', 'third_party', 'tvcm', 'run_py_tests')},
|
| + _CATAPULT_PATH, 'third_party', 'py_vulcanize', 'run_py_tests')},
|
| {'path': os.path.join(_CATAPULT_PATH, 'perf_insights', 'bin', 'run_tests')},
|
| {'path': os.path.join(
|
| _CATAPULT_PATH, 'catapult_build', 'bin', 'run_py_tests')},
|
|
|