aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2020-06-24 19:53:55 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-07-02 11:15:40 +0000
commitef4bc4432afb311c32957a5586a57f8563e48a87 (patch)
tree326f79c1816b53c0c1bf3079219b453f4ead918c /tests
parentcc63b3b47ac53573b9ad475a07d13f97541c3fb7 (diff)
Squish: Update expected output
Change-Id: If5fdc09ee57ab476e7d434f084fffceb82df23cf Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_debugger/tst_debug_empty_main/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_debug_empty_main/test.py b/tests/system/suite_debugger/tst_debug_empty_main/test.py
index 2d72b81ee4..5a639d5dac 100644
--- a/tests/system/suite_debugger/tst_debug_empty_main/test.py
+++ b/tests/system/suite_debugger/tst_debug_empty_main/test.py
@@ -84,7 +84,7 @@ def __handleAppOutputWaitForDebuggerFinish__():
ensureChecked(":Qt Creator_AppOutput_Core::Internal::OutputPaneToggleButton")
appOutput = waitForObject("{type='Core::OutputWindow' visible='1' "
"windowTitle='Application Output Window'}")
- if not test.verify(waitFor("str(appOutput.plainText).endswith('Debugging has finished')", 20000),
+ if not test.verify(waitFor("str(appOutput.plainText).rstrip().endswith('Debugging has finished')", 20000),
"Verifying whether debugging has finished."):
test.log("Aborting debugging to let test continue.")
invokeMenuItem("Debug", "Abort Debugging")