diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml index 23a2f89e1..dfaa9a73b 100644 --- a/.test_runner_config.yaml +++ b/.test_runner_config.yaml @@ -55,7 +55,7 @@ steps: - sed -ri "s/mode = production/mode = development/" /etc/ipa/default.conf - systemctl restart httpd.service lint: - - make V=0 pylint + - make V=0 lint webui_unit: - dnf install -y npm - cd ${container_working_dir}/install/ui/js/libs && make diff --git a/Makefile.am b/Makefile.am index e00852bc2..0212d9737 100644 --- a/Makefile.am +++ b/Makefile.am @@ -185,7 +185,7 @@ endif @ # just tests, aci, api and pylint on Python 3 PYTHONPATH=$(abspath $(top_srcdir)) $(PYTHON) ipatests/ipa-run-tests \ --ipaclient-unittests - $(MAKE) $(AM_MAKEFLAGS) acilint apilint polint pylint + $(MAKE) $(AM_MAKEFLAGS) acilint apilint polint pylint jslint check @echo "All tests passed." .PHONY: fastcheck fasttest fastlint