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 0470bf2 commit 0a7a772Copy full SHA for 0a7a772
sycl/test-e2e/format.py
@@ -296,9 +296,7 @@ def get_extra_env(sycl_devices):
296
# TODO: workaround for lit hanging when executing non-existent binary
297
# inside our containers
298
if len(script) == 0:
299
- return lit.Test.Result(
300
- lit.Test.UNSUPPORTED, "Lit script is empty"
301
- )
+ return lit.Test.Result(lit.Test.UNSUPPORTED, "Lit script is empty")
302
useExternalSh = test.config.test_mode == "run-only"
303
304
result = lit.TestRunner._runShTest(
0 commit comments