Skip to content

Commit 5af9fcf

Browse files
authored
[CI] Align win LIT_OPTS with linux (#17711)
Also add --param print_features=True
1 parent 3811cdb commit 5af9fcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sycl-windows-run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,13 @@ jobs:
150150
- name: Run End-to-End tests
151151
if: inputs.tests_selector == 'e2e'
152152
shell: bash {0}
153+
env:
154+
LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param print_features=True ${{ inputs.extra_lit_opts }}
153155
run: |
154156
# Run E2E tests.
155157
if [[ ${{inputs.compiler}} == 'icx' ]]; then
156158
export LIT_FILTER_OUT="compile_on_win_with_mdd"
157159
fi
158-
export LIT_OPTS="-v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests ${{ inputs.extra_lit_opts }}"
159160
cmake --build build-e2e --target check-sycl-e2e > e2e.log 2>&1
160161
161162
exit_code=$?

0 commit comments

Comments
 (0)