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 caaeaf1 commit 0d4d13cCopy full SHA for 0d4d13c
sycl/test-e2e/lit.cfg.py
@@ -46,7 +46,7 @@
46
elif config.test_mode == "run-only":
47
lit_config.note("run-only test mode enabled, only executing tests")
48
config.available_features.add("run-mode")
49
- if lit_config.params.get("build-instead-of-skip-run-only", False):
+ if lit_config.params.get("fallback-to-build-if-requires-build-and-run", False):
50
config.available_features.add("build-and-run-mode")
51
config.fallback_build_run_only = True
52
elif config.test_mode == "build-only":
0 commit comments