Skip to content

Commit 3e7d549

Browse files
committed
Try to split LIT_OPTS
1 parent 3bb4d20 commit 3e7d549

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,9 @@ jobs:
321321
shell: bash {0}
322322
if: inputs.tests_selector == 'e2e'
323323
env:
324-
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 }}
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 }}
325327
run: |
326328
ninja -C build-e2e check-sycl-e2e > e2e.log 2>&1
327329
exit_code=$?

0 commit comments

Comments
 (0)