[NFC][lldb][test] Fix typo in test setup commands. (#137944)

This commit is contained in:
Ebuka Ezike
2025-04-30 10:42:43 +01:00
committed by GitHub
parent 04aa5a88d1
commit 6951d5d6cf

View File

@@ -757,7 +757,7 @@ class Base(unittest.TestCase):
def setUpCommands(cls):
commands = [
# First of all, clear all settings to have clean state of global properties.
"settings clear -all",
"settings clear --all",
# Disable Spotlight lookup. The testsuite creates
# different binaries with the same UUID, because they only
# differ in the debug info, which is not being hashed.