We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368dd58 commit 3119da4Copy full SHA for 3119da4
1 file changed
master/custom/factories.py
@@ -1396,11 +1396,10 @@ def setup(self, **kwargs):
1396
Test(
1397
name="PyRepl in Chrome smoke test",
1398
command=[
1399
- "./run_test.sh",
+ "Tools/wasm/emscripten/browser_test/run_test.sh",
1400
],
1401
env=compile_environ,
1402
timeout=step_timeout(self.test_timeout),
1403
- workdir="Tools/wasm/emscripten/browser_test",
1404
),
1405
Clean(
1406
name="Clean the builds",
0 commit comments