Merge pull request #14464 from tonytrg/remove-dead-code
Removing reference to non existant test-website task in makefile
This commit is contained in:
commit
6ffea7bb7d
|
@ -287,9 +287,6 @@ test: ## Run the Nomad test suite and/or the Nomad UI test suite
|
|||
@if [ ! $(SKIP_NOMAD_TESTS) ]; then \
|
||||
make test-nomad; \
|
||||
fi
|
||||
@if [ $(RUN_WEBSITE_TESTS) ]; then \
|
||||
make test-website; \
|
||||
fi
|
||||
@if [ $(RUN_UI_TESTS) ]; then \
|
||||
make test-ui; \
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue