SquishTests: Don't call waitForCleanShutdown() at end of translation test

It gets called by the following __removeTestingDir__().

Change-Id: I8846f8b841063053d56f7cbe7c1d3cd37655aa73
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Löhning
2024-05-16 10:53:31 +02:00
parent fa39d0490e
commit d3b2bc32cc

View File

@@ -32,6 +32,5 @@ def main():
except: except:
test.fail("Creator seems to be missing %s translation" % languageName) test.fail("Creator seems to be missing %s translation" % languageName)
sendEvent("QCloseEvent", ":Qt Creator_Core::Internal::MainWindow") sendEvent("QCloseEvent", ":Qt Creator_Core::Internal::MainWindow")
waitForCleanShutdown()
__removeTestingDir__() __removeTestingDir__()
copySettingsToTmpDir() copySettingsToTmpDir()