forked from qt-creator/qt-creator
Squish: Update tst_git_local
Change-Id: If3b3eb69a7927d0ecbc5d10afee6ab3fdfbd448b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -173,7 +173,7 @@ def main():
|
|||||||
% os.path.join(srcPath, projectName, ".git").replace("\\", "/") in str(vcsLog),
|
% os.path.join(srcPath, projectName, ".git").replace("\\", "/") in str(vcsLog),
|
||||||
"Has initialization of repo been logged:\n%s " % vcsLog)
|
"Has initialization of repo been logged:\n%s " % vcsLog)
|
||||||
createLocalGitConfig(os.path.join(srcPath, projectName, ".git"))
|
createLocalGitConfig(os.path.join(srcPath, projectName, ".git"))
|
||||||
commitMessages = [commit("Initial Commit", "Committed 5 files.")]
|
commitMessages = [commit("Initial Commit", "Committed 6 files.")]
|
||||||
clickButton(waitForObject(":*Qt Creator.Clear_QToolButton"))
|
clickButton(waitForObject(":*Qt Creator.Clear_QToolButton"))
|
||||||
headerName = "pointless_header.h"
|
headerName = "pointless_header.h"
|
||||||
addCPlusPlusFile(headerName, "C++ Header File", projectName + ".pro",
|
addCPlusPlusFile(headerName, "C++ Header File", projectName + ".pro",
|
||||||
|
Reference in New Issue
Block a user