From eac690bb40c78692caae9ea6733a6390e487779f Mon Sep 17 00:00:00 2001 From: Tony Truong Date: Tue, 6 Sep 2022 01:02:21 +0200 Subject: [PATCH] Removing reference to non existant test-website task in makefile --- GNUmakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index f60aac9d6..993ae4054 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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