summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-01-27 20:54:32 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2020-01-27 20:55:46 +0100
commit96b7217971b02de9789b70e988aa8d03846b6c90 (patch)
tree396ae9582ca852dc27131c94de54f509b6f8a4b5 /uitest
parentd080dd9b6542437e6a3aaa359a9b35f4ae275a26 (diff)
mass-uitesting: use python 3 instead of 3.5
Diffstat (limited to 'uitest')
-rwxr-xr-xuitest/mass-testing/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/mass-testing/run.py b/uitest/mass-testing/run.py
index 3d5bf28b..f29c2bbd 100755
--- a/uitest/mass-testing/run.py
+++ b/uitest/mass-testing/run.py
@@ -113,7 +113,7 @@ def run_tests_and_get_results(liboPath, listFiles, isDebug, isResume):
#TODO: Find a better way to pass fileName parameter
os.environ["TESTFILENAME"] = fileName
- process = Popen(["python3.5",
+ process = Popen(["python3",
liboPath + "uitest/test_main.py",
"--debug",
"--soffice=path:" + sofficePath,