diff options
author | hagbard <vyosdev@derith.de> | 2018-08-23 11:58:57 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2018-08-23 11:58:57 -0700 |
commit | 8e685a16a1a478a7aead5b655dac99c3987af35c (patch) | |
tree | 252162d7b07af67ba5bd00ef8afe8c3856ebd734 | |
parent | 2e4e528d2527e4f74c0e62ba7478bb6053818082 (diff) | |
download | vyos-1x-8e685a16a1a478a7aead5b655dac99c3987af35c.tar.gz vyos-1x-8e685a16a1a478a7aead5b655dac99c3987af35c.zip |
changed back Makefile and enabled test again.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,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: |