Skip to content

Commit 2e4952d

Browse files
committed
Fix typo
Signed-off-by: Pavel Chekin <[email protected]>
1 parent b60fd65 commit 2e4952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ run_minicore_tests() {
277277

278278
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
279279
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py \
280-
$(python -c 'import sys; if sys.version_info < (3, 10): print("--ignore=language/test_frontend.py")') \
280+
$(python -c 'import sys; print("--ignore=language/test_frontend.py" if sys.version_info < (3, 10) else "")') \
281281
-k "not test_mxfp and not test_scaled_dot"
282282

283283
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=subprocess \

0 commit comments

Comments
 (0)