summaryrefslogtreecommitdiff
path: root/uitest/libreoffice
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2024-07-31 14:42:57 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2024-08-01 11:18:30 +0200
commit8ed755cfb0779c3e1119d17a7877768af1a01682 (patch)
treef8842c2b6563f0ac8f469e189e8b4fddf7996b69 /uitest/libreoffice
parente3d5b3a5ea384fff2553ede8873be274af0f11f1 (diff)
pyuno,unotest,xmlsecurity: copy GPG test files for UITtest
The problem was that running UITest_xmlsecurity_gpg changed the files in test/signing-keys/ ... prevent that by copying the directory in that test, which is more complicated than initially expected. Change-Id: Ie3be922e0b2e9dae49f9a70e35ad5270c90b4fc4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171322 Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Tested-by: Jenkins
Diffstat (limited to 'uitest/libreoffice')
-rw-r--r--uitest/libreoffice/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/libreoffice/connection.py b/uitest/libreoffice/connection.py
index 4f901130f223..1d1730d98d3e 100644
--- a/uitest/libreoffice/connection.py
+++ b/uitest/libreoffice/connection.py
@@ -24,7 +24,7 @@ except ImportError:
def signal_handler(signal_num, frame):
signal_name = signal.Signals(signal_num).name
- print(f'Signal handler called with signal {signal_name} ({signal_num})', flush=True)
+ #print(f'Signal handler called with signal {signal_name} ({signal_num})', flush=True)
class OfficeConnection:
def __init__(self, args):