Skip to content

Commit

Permalink
Revert "Quote the comma for -uall,extralargefile"
Browse files Browse the repository at this point in the history
This reverts commit c411e35.
  • Loading branch information
ambv committed Feb 16, 2024
1 parent c411e35 commit 1a4a9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/custom/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ class Windows64Build(BaseWindowsBuild):
class Windows64BigmemBuild(BaseWindowsBuild):
buildersuffix = ".bigmem"
buildFlags = ["-p", "x64"]
testFlags = ["-p", "x64", "-M33g", '"-uall,extralargefile"']
testFlags = ["-p", "x64", "-M33g", "-uall,extralargefile"]
test_timeout = TEST_TIMEOUT * 4
cleanFlags = ["-p", "x64"]
factory_tags = ["win64", "bigmem"]
Expand Down

0 comments on commit 1a4a9ff

Please sign in to comment.