summaryrefslogtreecommitdiff
path: root/tests/system/suite_WELP/tst_WELP04/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_WELP/tst_WELP04/test.py')
-rw-r--r--tests/system/suite_WELP/tst_WELP04/test.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/system/suite_WELP/tst_WELP04/test.py b/tests/system/suite_WELP/tst_WELP04/test.py
index f806dee7d1..7257e1974c 100644
--- a/tests/system/suite_WELP/tst_WELP04/test.py
+++ b/tests/system/suite_WELP/tst_WELP04/test.py
@@ -31,9 +31,8 @@ source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
def main():
- if isQt4Build:
- test.log("Welcome mode is only available if Creator was built on Qt 5")
- return
+ test.log("Welcome mode is not scriptable at the moment")
+ return
# open Qt Creator
startApplication("qtcreator" + SettingsPath)
if not startedWithoutPluginError():