From dfe6e26946ddd7f0e4ba9be0a178a032d8e37715 Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 14 Dec 2017 14:57:34 +0000 Subject: [PATCH] test_unit_frontend -> test_frontend in Makefile --- services/web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/Makefile b/services/web/Makefile index 046a0c1a81..5db188e2b7 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -79,6 +79,6 @@ ci: $(MAKE) install test .PHONY: - all add install update test test_unit test_unit_frontend test_acceptance \ + all add install update test test_unit test_frontend test_acceptance \ test_acceptance_start_service test_acceptance_stop_service \ test_acceptance_run ci ci_clean