Squish: Rename project while this triggers bug

Task-number: QTCREATORBUG-19523
Change-Id: I468c5fe0af07b1875b45de8a1fd32da23208f6a0
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2017-12-27 12:29:44 +01:00
parent cb457e0eb1
commit dbfbe1d65d

View File

@@ -28,6 +28,8 @@ source("../../shared/qtcreator.py")
# necessary to not use symbolic links for the parent path of the git project
srcPath = os.path.realpath(srcPath)
projectName = "gitProject"
if JIRA.isBugStillOpen(19523):
projectName = "renamedProject"
# TODO: Make selecting changes possible
def commit(commitMessage, expectedLogMessage, uncheckUntracked=False):