From fc6b4f6cd47a5c8b2586237ea338f8b6d04c04c8 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 28 Jan 2014 17:05:49 +0100 Subject: [PATCH] Squish: Avoid soft links in path for tst_git_local Change-Id: I3217ef41e9539b671cd9398cc268f2adf622ea6f Reviewed-by: Robert Loehning --- tests/system/suite_tools/tst_git_local/test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py index 4a8e3ba46eb..41770e9feb0 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