aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2019-10-02 21:19:25 +0100
committerSergio Martins <smartins@kde.org>2019-10-02 21:19:25 +0100
commit5ae7f56d80fdc04edc26eb0bbef2a2ce8d034ab0 (patch)
treeda725e0b17db07e66244fed49f3cb330d052850f
parent7da5a36efbe44219127452ad7678d05edb5c90a5 (diff)
tests: Fix calling script via python3 interpreter
-rwxr-xr-xtests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py
index 5f9cecc5..1980280b 100755
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
@@ -7,7 +7,7 @@ from sys import platform as _platform
# cd into the folder containing this script
-os.chdir(os.path.dirname(sys.argv[0]))
+os.chdir(os.path.realpath(os.path.dirname(sys.argv[0])))
_verbose = False