Squish: Avoid soft links in path for tst_git_local

Change-Id: I3217ef41e9539b671cd9398cc268f2adf622ea6f
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Christian Stenger
2014-01-28 17:05:49 +01:00
parent 51af63bb9e
commit fc6b4f6cd4

View File

@@ -29,6 +29,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"
# TODO: Make selecting changes possible