Skip to content

Commit 75d5e31

Browse files
authored
[test_ops] Make repro command more specific (#2190)
1 parent 7d5d711 commit 75d5e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎thunder/tests/test_ops.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test_core_vs_torch_consistency(op, device: str, dtype: dtypes.dtype, executo
136136
path = os.path.relpath(__file__)
137137
repro_cmd = (
138138
f"command to reproduce the error: THUNDER_OPTEST_SAMPLE_INDEX={i} "
139-
f'pytest {path} -k "test_core_vs_torch_consistency and {device} and {dtype} and {op.name}"'
139+
f"pytest {path}::test_core_vs_torch_consistency_{op.name}_{executor.name}_{device}_{dtype}"
140140
)
141141

142142
try:

0 commit comments

Comments
 (0)