summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhagbard <vyosdev@derith.de>2018-08-23 11:58:57 -0700
committerhagbard <vyosdev@derith.de>2018-08-23 11:58:57 -0700
commit8e685a16a1a478a7aead5b655dac99c3987af35c (patch)
tree252162d7b07af67ba5bd00ef8afe8c3856ebd734
parent2e4e528d2527e4f74c0e62ba7478bb6053818082 (diff)
downloadvyos-1x-8e685a16a1a478a7aead5b655dac99c3987af35c.tar.gz
vyos-1x-8e685a16a1a478a7aead5b655dac99c3987af35c.zip
changed back Makefile and enabled test again.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17ae34a18..b626bbd8b 100644
--- a/Makefile
+++ b/Makefile
@@ -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: