Squish: Skipping tst_opencreator_qbs

qtcreator.qbs contains a syntax error
which Creator does not ignore anymore.

Change-Id: Ifddeea5b81080c1388b35f2c2378f0f2eabbd318
Task-number: QTCREATORBUG-14828
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
Robert Loehning
2015-07-30 15:32:36 +02:00
parent 370f022977
commit bb3b649957
@@ -31,6 +31,8 @@
source("../../shared/qtcreator.py")
def main():
test.warning("This test is known to fail, see QTCREATORBUG-14828. Skipping it.")
return
pathCreator = os.path.join(srcPath, "creator", "qtcreator.qbs")
if not neededFilePresent(pathCreator):
return