diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-02-14 22:34:06 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-05-20 06:09:54 +0200 |
commit | b657528166b30cb8030396172128fff39ef82fd1 (patch) | |
tree | 3c2a7ab54ef735d157fe11f73bb3abf758de7c05 /Makefile | |
parent | d77a3e3cf82f2a11601d93a9c6856cb52031ba37 (diff) | |
download | vyos-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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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} |