Skip to content

Commit 00e3885

Browse files
authored
[lldb] Rename reverse-continue/TestReverseContinueNotSupported.py (NFC) (#137262)
Rename this test because another test by the same name already exists: reverse-execution/TestReverseContinueNotSupported.py. Having multiple tests of the same name breaks running any test with: `lldb-dotest -p <TestName>`. This tests reverse continue _commands_, and so the rename adds "Commands" to the test name (TestReverseContinueCommandNotSupported.py)
1 parent 91865ac commit 00e3885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py renamed to lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from lldbsuite.test import lldbutil
1111

1212

13-
class TestReverseContinueNotSupported(TestBase):
13+
class TestReverseContinueCommandNotSupported(TestBase):
1414
def test_reverse_continue_not_supported(self):
1515
target = self.connect()
1616

0 commit comments

Comments
 (0)