diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py index ed2e06202dc0d3b4dd665041b6e21a2ae08e9d2d..7152f8b46b74ea86d01c13dfed7d4c7e577d8086 100644 --- a/tests/system/shared/project.py +++ b/tests/system/shared/project.py @@ -478,7 +478,8 @@ def __closeSubprocessByHookingInto__(executable, port, function, sType, userDefT attachToApplication(executable) except: resetApplicationContextToCreator() - if "Loading Qt Wrapper failed" in str(output.plainText): + if ("Loading Qt Wrapper failed" in str(output.plainText) + or "Failed to assign process to job object" in str(output.plainText)): test.warning("Loading of Qt Wrapper failed - probably different Qt versions.", "Resetting hook-into settings to continue.") # assuming we're still on the build settings of the current project (TODO)