Skip to content

Commit

Permalink
[CI] Make Windows LIT_OPTS match Linux (#14583)
Browse files Browse the repository at this point in the history
The `LIT_OPTS` were different compared to Linux so the output logs from
CI runs is different. I noticed this when searching for passed tests in
the Windows log and noticed it wasn't there.

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex authored Jul 16, 2024
1 parent f7ffa52 commit cb3f5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-windows-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
shell: bash
run: |
# Run E2E tests.
export LIT_OPTS="-v --no-progress-bar --show-unsupported --max-time 3600 --time-tests ${{ inputs.extra_lit_opts }}"
export LIT_OPTS="-v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests ${{ inputs.extra_lit_opts }}"
cmake --build build-e2e --target check-sycl-e2e
- name: Cleanup
shell: cmd
Expand Down

0 comments on commit cb3f5cd

Please sign in to comment.