From 3d3eccd687b45f63a9dbed6fea21ec107be7c5a3 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 --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dd3d2d00f..73c307403 100644 --- a/Makefile +++ b/Makefile @@ -42,10 +42,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