From b657528166b30cb8030396172128fff39ef82fd1 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 14 Feb 2019 22:34:06 +0100 Subject: T1174: migrate local hostname/DNS handling to vyos-1x Conflicts: src/conf_mode/host_name.py --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e4b230622..e47558532 100644 --- a/Makefile +++ b/Makefile @@ -43,10 +43,6 @@ clean: rm -rf $(TMPL_DIR)/* rm -rf $(OP_TMPL_DIR)/* -.PHONY: test -test: - PYTHONPATH=python/ python3 -m "nose" --with-xunit src --with-coverage --cover-erase --cover-xml --cover-package src/conf_mode,src/op_mode,src/completion,src/helpers,src/validators,src/tests --verbose - .PHONY: sonar sonar: sonar-scanner -X -Dsonar.login=${SONAR_TOKEN} -- cgit v1.2.3