Skip to content

Commit 02af14a

Browse files
committed
nit: explicit check_call
1 parent 2791ffc commit 02af14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/report_downstream_test_diffs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def pytest_test_cases() -> typing.Generator[TestCase, None, None]:
3030

3131

3232
def jest_test_cases(playwright_js_path: str) -> typing.Generator[TestCase, None, None]:
33-
p = subprocess.run(
33+
p = subprocess.check_call(
3434
[
3535
"node",
3636
os.path.join("test", "runner"),

0 commit comments

Comments
 (0)