mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix make devcheck
A new test case was not picking up ``ipa-run-tests`` script. Fixes: https://pagure.io/freeipa/issue/8307 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
340a50b7e7
commit
c5c52bfe3f
@ -208,8 +208,8 @@ if ! WITH_JSLINT
|
||||
@echo "ERROR: jslint not available"; exit 1
|
||||
endif
|
||||
@ # just tests, aci, api and pylint on Python 3
|
||||
PYTHONPATH=$(abspath $(top_srcdir)) $(PYTHON) ipatests/ipa-run-tests \
|
||||
--ipaclient-unittests
|
||||
PATH=$(abspath ipatests):$$PATH PYTHONPATH=$(abspath $(top_srcdir)) \
|
||||
$(PYTHON) ipatests/ipa-run-tests --ipaclient-unittests
|
||||
$(MAKE) $(AM_MAKEFLAGS) acilint apilint polint pylint jslint rpmlint yamllint check
|
||||
@echo "All tests passed."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user