Skip to content

Commit 1a4a9ff

Browse files
committed
Revert "Quote the comma for -uall,extralargefile"
This reverts commit c411e35.
1 parent c411e35 commit 1a4a9ff

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)