Skip to content

Commit 2831bec

Browse files
da-viperGeorgeARM
authored andcommitted
[NFC][lldb][test] Fix typo in test setup commands. (llvm#137944)
1 parent 3cce130 commit 2831bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/lldbtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def getPlatformAvailablePorts(self):
757757
def setUpCommands(cls):
758758
commands = [
759759
# First of all, clear all settings to have clean state of global properties.
760-
"settings clear -all",
760+
"settings clear --all",
761761
# Disable Spotlight lookup. The testsuite creates
762762
# different binaries with the same UUID, because they only
763763
# differ in the debug info, which is not being hashed.

0 commit comments

Comments
 (0)