aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_CSUP/tst_CSUP01
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2013-02-22 14:31:39 +0100
committerChristian Stenger <christian.stenger@digia.com>2013-02-22 16:52:13 +0100
commit86d3e075ffd552f58a000bd32a4ca103acf709a8 (patch)
tree1bbe08beef53f1d0ac62f021128866f2fcfbb358 /tests/system/suite_CSUP/tst_CSUP01
parent5ceeddf2b8d5a1a4d2438d5eed9320b8c1ced3c2 (diff)
Squish: catch plugin loader error if it occurs
...and stop execution of the current test case Change-Id: I46ac21e79f643f6890b7303d08c204dcd9fa9386 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Diffstat (limited to 'tests/system/suite_CSUP/tst_CSUP01')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP01/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP01/test.py b/tests/system/suite_CSUP/tst_CSUP01/test.py
index a6e15cbee2..4fd2a0db1e 100644
--- a/tests/system/suite_CSUP/tst_CSUP01/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP01/test.py
@@ -4,6 +4,8 @@ source("../../shared/qtcreator.py")
# entry of test
def main():
startApplication("qtcreator" + SettingsPath)
+ if not startedWithoutPluginError():
+ return
# create qt quick application
# Step 1: Open test .pro project.
createNewQtQuickApplication(tempDir(), "SampleApp")