summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-02-14 22:34:06 +0100
committerDaniil Baturin <daniil@baturin.org>2019-05-20 06:09:54 +0200
commitb657528166b30cb8030396172128fff39ef82fd1 (patch)
tree3c2a7ab54ef735d157fe11f73bb3abf758de7c05 /Makefile
parentd77a3e3cf82f2a11601d93a9c6856cb52031ba37 (diff)
downloadvyos-1x-b657528166b30cb8030396172128fff39ef82fd1.tar.gz
vyos-1x-b657528166b30cb8030396172128fff39ef82fd1.zip
T1174: migrate local hostname/DNS handling to vyos-1x
Conflicts: src/conf_mode/host_name.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
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}