Skip to content

Commit e273c10

Browse files
committed
try different quoting for sequential ubsan hack
1 parent 192051a commit e273c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ci/functional_test_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_run_command(
7373
additional_options.append("--print-time")
7474

7575
if "Stateless" in check_name and "ubsan" in check_name:
76-
additional_options.append("--sequential=''")
76+
additional_options.append('--sequential=""')
7777

7878
if tests_to_run:
7979
additional_options += tests_to_run

0 commit comments

Comments
 (0)