uitest/mass-testing/run.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 149aa9a75e9d6950e80ea64e479655e500fb91be
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Thu Nov 2 21:09:13 2023 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Nov 2 21:09:13 2023 +0100

    mass-testing: remove --debug argument
    
    Since aa95913dd8e505123ba8974d5de27ac0ec928cce "uitest: remove debug
    option"
    
    Change-Id: Ib2796bff1d158551864166605df477856420a87b

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,

Reply via email to