Skip to content

Commit 51cfcfa

Browse files
[SYCL][Tests] Use %python in check_e2eexpr_logic.cpp (intel#16849)
so that it would work on systems with `python3` but without `python`.
1 parent f157c1b commit 51cfcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/e2e_test_requirements/check_e2eexpr_logic.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
// REQUIRES: linux
66
// DEFINE: %{E2EExpr}=%S/../../test-e2e/E2EExpr.py
77
// DEFINE: %{lit_source}=%S/../../../llvm/utils/lit
8-
// RUN: env PYTHONPATH=%{lit_source} python %{E2EExpr}
8+
// RUN: env PYTHONPATH=%{lit_source} %python %{E2EExpr}

0 commit comments

Comments
 (0)