Skip to content

Commit caaeaf1

Browse files
committed
Format
1 parent 7c98bf7 commit caaeaf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/test-e2e/format.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ def get_extra_env(sycl_devices):
245245
and test.config.fallback_build_run_only
246246
)
247247
if not ignore_line_filtering and (
248-
(is_run_line and test.config.test_mode == "build-only") or
249-
(not is_run_line and test.config.test_mode == "run-only")
250-
):
248+
(is_run_line and test.config.test_mode == "build-only")
249+
or (not is_run_line and test.config.test_mode == "run-only")
250+
):
251251
directive.command = ""
252252

253253
if "%{run}" not in directive.command:

0 commit comments

Comments
 (0)