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 a73483cCopy full SHA for a73483c
master/custom/factories.py
@@ -1396,11 +1396,11 @@ def setup(self, **kwargs):
1396
Test(
1397
name="PyRepl in Chrome smoke test",
1398
command=[
1399
- "./run_test.sh",
+ "run_test.sh",
1400
],
1401
env=compile_environ,
1402
timeout=step_timeout(self.test_timeout),
1403
- workdir="Tools/wasm/emscripten/browser_test",
+ workdir="build/Tools/wasm/emscripten/browser_test",
1404
),
1405
Clean(
1406
name="Clean the builds",
0 commit comments