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 3cce130 commit 2831becCopy full SHA for 2831bec
lldb/packages/Python/lldbsuite/test/lldbtest.py
@@ -757,7 +757,7 @@ def getPlatformAvailablePorts(self):
757
def setUpCommands(cls):
758
commands = [
759
# First of all, clear all settings to have clean state of global properties.
760
- "settings clear -all",
+ "settings clear --all",
761
# Disable Spotlight lookup. The testsuite creates
762
# different binaries with the same UUID, because they only
763
# differ in the debug info, which is not being hashed.
0 commit comments