Makefile: drop $(NODE_MODULES_TEST) dependency from prepare-check

The existing dependency system will already do the needed build steps
(including fetching the nodejs modules) to prepare the image for
testing, so there is no need for the tests-related target to do that.

Especially when using an own test image the assumption is that the
cockpit plugin is already installed, and thus there is no need to fetch
the nodejs modules.
This commit is contained in:
Pino Toscano 2022-04-11 11:07:24 +02:00
parent fe1a9a387f
commit f946a56f30

View file

@ -158,7 +158,7 @@ print-vm:
# convenience target to setup all the bits needed for the integration tests
# without actually running them
prepare-check: $(NODE_MODULES_TEST) $(VM_IMAGE) test/common
prepare-check: $(VM_IMAGE) test/common
# run the browser integration tests; skip check for SELinux denials
# this will run all tests/check-* and format them as TAP