diff options
author | hagbard <vysodev@derith.de> | 2018-08-11 16:34:29 -0700 |
---|---|---|
committer | hagbard <vysodev@derith.de> | 2018-08-11 16:34:29 -0700 |
commit | 87e5994008cfcb62e584a94fc4c82152339c2a4f (patch) | |
tree | c1637bb00e2f33a5525772454887e79a9b91e1cd | |
parent | 91bce6dd24a3f2b1307ffb582517f20a79245d2f (diff) | |
download | vyos-1x-87e5994008cfcb62e584a94fc4c82152339c2a4f.tar.gz vyos-1x-87e5994008cfcb62e584a94fc4c82152339c2a4f.zip |
node.def removals from package, to avoid conflict
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ clean: .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 --verbose + 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 --verbose .PHONY: sonar sonar: |