diff --git a/master/custom/factories.py b/master/custom/factories.py index c8700383..e8ef15d7 100644 --- a/master/custom/factories.py +++ b/master/custom/factories.py @@ -1396,11 +1396,10 @@ def setup(self, **kwargs): Test( name="PyRepl in Chrome smoke test", command=[ - "./run_test.sh", + "Tools/wasm/emscripten/browser_test/run_test.sh", ], env=compile_environ, timeout=step_timeout(self.test_timeout), - workdir="Tools/wasm/emscripten/browser_test", ), Clean( name="Clean the builds",