summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-02-14 22:34:06 +0100
committerChristian Poessinger <christian@poessinger.com>2019-02-14 22:34:06 +0100
commit3d3eccd687b45f63a9dbed6fea21ec107be7c5a3 (patch)
tree23046fe3829e7d033809078f000925695a43fdea /Makefile
parent80a96d620bdf47ba0b3e109f3789a9777a2eb6ba (diff)
downloadvyos-1x-3d3eccd687b45f63a9dbed6fea21ec107be7c5a3.tar.gz
vyos-1x-3d3eccd687b45f63a9dbed6fea21ec107be7c5a3.zip
T1174: migrate local hostname/DNS handling to vyos-1x
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
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}