Skip to content

Commit 5cf94e9

Browse files
committed
Fix unit test expect str
1 parent bca8f55 commit 5cf94e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lldb/test/API/functionalities/statusline/TestStatusline.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,6 @@ def _wait_for_server_ready_in_log(log_file_path, ready_message):
196196
self.launch(timeout=self.TIMEOUT)
197197
self.resize()
198198
self.expect("settings set show-statusline true", ["no target"])
199-
self.expect(f"gdb-remote {connect_address}", substrs=["Process", "stopped"])
199+
self.expect(
200+
f"gdb-remote {connect_address}", [b"a.out \xe2\x94\x82 signal SIGSTOP"]
201+
)

0 commit comments

Comments
 (0)