Skip to content

Commit f1b71f0

Browse files
committed
Correct launch of Emscripten pyrepl smoke test.
1 parent 12d6210 commit f1b71f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ def setup(self, **kwargs):
13961396
Test(
13971397
name="PyRepl in Chrome smoke test",
13981398
command=[
1399-
"run_test.sh",
1399+
"./run_test.sh",
14001400
],
14011401
env=compile_environ,
14021402
timeout=step_timeout(self.test_timeout),

0 commit comments

Comments
 (0)