[Libreoffice-commits] core.git: pyuno/Module_pyuno.mk pyuno/PythonTest_pyuno_pytests_ssl.mk pyuno/PythonTest_pyuno_pytests_testssl.mk
Shubham Goyal (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 2 05:51:20 UTC 2019
pyuno/Module_pyuno.mk | 2 +-
pyuno/PythonTest_pyuno_pytests_testssl.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 65a0d51b37241413bf3d6dcba49b30d1d90d82d2
Author: Shubham Goyal <22shubh22 at gmail.com>
AuthorDate: Wed Mar 13 22:40:02 2019 +0530
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Apr 2 07:50:59 2019 +0200
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 at cib.de>
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
diff --git a/pyuno/PythonTest_pyuno_pytests_ssl.mk b/pyuno/PythonTest_pyuno_pytests_testssl.mk
similarity index 70%
rename from pyuno/PythonTest_pyuno_pytests_ssl.mk
rename to pyuno/PythonTest_pyuno_pytests_testssl.mk
index cdb859fd7869..e431af31a228 100644
--- a/pyuno/PythonTest_pyuno_pytests_ssl.mk
+++ b/pyuno/PythonTest_pyuno_pytests_testssl.mk
@@ -7,9 +7,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_PythonTest_PythonTest,pyuno_pytests_ssl))
+$(eval $(call gb_PythonTest_PythonTest,pyuno_pytests_testssl))
-$(eval $(call gb_PythonTest_add_modules,pyuno_pytests_ssl,$(SRCDIR)/pyuno/qa/pytests,\
+$(eval $(call gb_PythonTest_add_modules,pyuno_pytests_testssl,$(SRCDIR)/pyuno/qa/pytests,\
testssl \
))
More information about the Libreoffice-commits
mailing list