summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2014-01-28 17:05:49 +0100
committerChristian Stenger <christian.stenger@digia.com>2014-01-29 11:22:48 +0100
commitfc6b4f6cd47a5c8b2586237ea338f8b6d04c04c8 (patch)
tree0924cedb688227c10b56ab778a79ee2a84dce8d4
parent51af63bb9ec17b08554a55f51efeda6fa94962f3 (diff)
downloadqt-creator-fc6b4f6cd47a5c8b2586237ea338f8b6d04c04c8.tar.gz
Squish: Avoid soft links in path for tst_git_local
Change-Id: I3217ef41e9539b671cd9398cc268f2adf622ea6f Reviewed-by: Robert Loehning <robert.loehning@digia.com>
-rw-r--r--tests/system/suite_tools/tst_git_local/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py
index 4a8e3ba46e..41770e9feb 100644
--- a/tests/system/suite_tools/tst_git_local/test.py
+++ b/tests/system/suite_tools/tst_git_local/test.py
@@ -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