summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-11-02 21:09:13 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2023-11-02 21:09:13 +0100
commit149aa9a75e9d6950e80ea64e479655e500fb91be (patch)
treeb33f972a0514134fe545cc868487bf89e60931a5
parentad9fdcbf7ae7f9f6fca0bbafe6f8c53eafe2b17c (diff)
mass-testing: remove --debug argument
Since aa95913dd8e505123ba8974d5de27ac0ec928cce "uitest: remove debug option" Change-Id: Ib2796bff1d158551864166605df477856420a87b
-rwxr-xr-xuitest/mass-testing/run.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/mass-testing/run.py b/uitest/mass-testing/run.py
index 595bc02b..424c8214 100755
--- a/uitest/mass-testing/run.py
+++ b/uitest/mass-testing/run.py
@@ -115,7 +115,6 @@ def launchLibreOffice(logger, fileName, sofficePath, component, countInfo, isDeb
process = Popen(["python3",
'./uitest/test_main.py',
- "--debug",
"--soffice=path:" + sofficePath,
"--userdir=file://" + profilePath,
"--file=" + component + ".py"], stdin=PIPE, stdout=PIPE, stderr=PIPE,