Skip to content

Commit 3119da4

Browse files
authored
Correct the working directory for Emscripten PyRepl tests (GH-625)
1 parent 368dd58 commit 3119da4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

master/custom/factories.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,11 +1396,10 @@ def setup(self, **kwargs):
13961396
Test(
13971397
name="PyRepl in Chrome smoke test",
13981398
command=[
1399-
"./run_test.sh",
1399+
"Tools/wasm/emscripten/browser_test/run_test.sh",
14001400
],
14011401
env=compile_environ,
14021402
timeout=step_timeout(self.test_timeout),
1403-
workdir="Tools/wasm/emscripten/browser_test",
14041403
),
14051404
Clean(
14061405
name="Clean the builds",

0 commit comments

Comments
 (0)