We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f0abb commit 3bb4d20Copy full SHA for 3bb4d20
.github/workflows/sycl-linux-run-tests.yml
@@ -321,9 +321,7 @@ jobs:
321
shell: bash {0}
322
if: inputs.tests_selector == 'e2e'
323
env:
324
- LIT_OPTS: |
325
- -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests
326
- --param test-mode=${{ inputs.e2e_testing_mode }} --param sycl_devices=${{ inputs.target_devices }} ${{ inputs.extra_lit_opts }}
+ LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param test-mode=${{ inputs.e2e_testing_mode }} --param sycl_devices=${{ inputs.target_devices }} ${{ inputs.extra_lit_opts }}
327
run: |
328
ninja -C build-e2e check-sycl-e2e > e2e.log 2>&1
329
exit_code=$?
0 commit comments