Skip to content

Commit 3bb4d20

Browse files
committed
Make LIT_OPTS one line
1 parent 06f0abb commit 3bb4d20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

0 commit comments

Comments
 (0)