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 192051a commit e273c10Copy full SHA for e273c10
1 file changed
tests/ci/functional_test_check.py
@@ -73,7 +73,7 @@ def get_run_command(
73
additional_options.append("--print-time")
74
75
if "Stateless" in check_name and "ubsan" in check_name:
76
- additional_options.append("--sequential=''")
+ additional_options.append('--sequential=""')
77
78
if tests_to_run:
79
additional_options += tests_to_run
0 commit comments