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 | |
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>
-rw-r--r-- | pyuno/Module_pyuno.mk | 2 | ||||
-rw-r--r-- | pyuno/PythonTest_pyuno_pytests_testssl.mk (renamed from pyuno/PythonTest_pyuno_pytests_ssl.mk) | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/pyuno/PythonTest_pyuno_pytests_ssl.mk b/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 \ )) |