forked from qt-creator/qt-creator
Squish: Avoid error in tst_build_speedcrunch
Change-Id: I2f199f392016005b8e00e48253838370628875d9 Task-number: QTCREATORBUG-13700 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -65,8 +65,9 @@ def main():
|
||||
test.fatal("Build configuration %s is selected instead of %s" % (buildConfig, config))
|
||||
continue
|
||||
test.log("Testing build configuration: " + config)
|
||||
invokeMenuItem("Build", "Run qmake")
|
||||
waitForCompile()
|
||||
if not JIRA.isBugStillOpen(13700):
|
||||
invokeMenuItem("Build", "Run qmake")
|
||||
waitForCompile()
|
||||
invokeMenuItem("Build", "Rebuild All")
|
||||
waitForCompile(300000)
|
||||
checkCompile()
|
||||
|
||||
Reference in New Issue
Block a user