Skip to content

Commit b70d6d5

Browse files
albanDpytorchmergebot
authored andcommitted
Extend to all inductor tests as others segfault as well..
1 parent 7f4448a commit b70d6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def print_to_file(s):
624624
if not (
625625
IS_MACOS
626626
and len(command) >= 2
627-
and command[2] == "inductor/test_torchinductor_opinfo.py"
627+
and command[2].startswith(INDUCTOR_TEST_PREFIX)
628628
):
629629
env = env or {}
630630
env["TORCH_SHOW_CPP_STACKTRACES"] = "1"

0 commit comments

Comments
 (0)