forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user