diff options
author | Shubham Goyal <22shubh22@gmail.com> | 2019-03-13 22:40:02 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-04-02 07:50:59 +0200 |
commit | 65a0d51b37241413bf3d6dcba49b30d1d90d82d2 (patch) | |
tree | 48568dd4da6b8a2210136900ab1c6af8467bfd70 /pyuno/Module_pyuno.mk | |
parent | 80a8d9c1c90b717694feca501783149ac4d5c483 (diff) |
renamed ssl test to testssl
Renaming used as it was confusing to assume the .mk file based on the
python test case, which was testssl.py.
Change-Id: I903b59aecf3b167f75494aefcfcde916febee69e
Reviewed-on: https://gerrit.libreoffice.org/69217
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'pyuno/Module_pyuno.mk')
-rw-r--r-- | pyuno/Module_pyuno.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk index af19b16aceca..71d7b48e8b8b 100644 --- a/pyuno/Module_pyuno.mk +++ b/pyuno/Module_pyuno.mk @@ -48,7 +48,7 @@ endif # SYSTEM_PYTHON ifneq ($(OS),MACOSX) $(eval $(call gb_Module_add_check_targets,pyuno, \ - PythonTest_pyuno_pytests_ssl \ + PythonTest_pyuno_pytests_testssl \ )) endif |