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 7c98bf7 commit caaeaf1Copy full SHA for caaeaf1
sycl/test-e2e/format.py
@@ -245,9 +245,9 @@ def get_extra_env(sycl_devices):
245
and test.config.fallback_build_run_only
246
)
247
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
- ):
+ (is_run_line and test.config.test_mode == "build-only")
+ or (not is_run_line and test.config.test_mode == "run-only")
+ ):
251
directive.command = ""
252
253
if "%{run}" not in directive.command:
0 commit comments