Skip to content

Commit c411e35

Browse files
committed
Quote the comma for -uall,extralargefile
1 parent 888fc4a commit c411e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ class Windows64Build(BaseWindowsBuild):
625625
class Windows64BigmemBuild(BaseWindowsBuild):
626626
buildersuffix = ".bigmem"
627627
buildFlags = ["-p", "x64"]
628-
testFlags = ["-p", "x64", "-M33g", "-uall,extralargefile"]
628+
testFlags = ["-p", "x64", "-M33g", '"-uall,extralargefile"']
629629
test_timeout = TEST_TIMEOUT * 4
630630
cleanFlags = ["-p", "x64"]
631631
factory_tags = ["win64", "bigmem"]

0 commit comments

Comments
 (0)