From f1b71f080df5f47bfb80777f13726a6aee03b6d5 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 29 Aug 2025 09:25:56 +0800 Subject: [PATCH] Correct launch of Emscripten pyrepl smoke test. --- master/custom/factories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/custom/factories.py b/master/custom/factories.py index a56f5eb5..c8700383 100644 --- a/master/custom/factories.py +++ b/master/custom/factories.py @@ -1396,7 +1396,7 @@ def setup(self, **kwargs): Test( name="PyRepl in Chrome smoke test", command=[ - "run_test.sh", + "./run_test.sh", ], env=compile_environ, timeout=step_timeout(self.test_timeout),