diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-01-26 23:10:00 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-01-26 23:10:00 +0100 |
commit | 97186852f529935309c009e38403cead2bf0ce75 (patch) | |
tree | c5a15278e8b7c70b41223538ece8e326146179e2 /Makefile | |
parent | 962f880554e70afc94f8902bb3742a8c0ef44fca (diff) | |
parent | 6d172d767360a675462da6a0bac100a24c544892 (diff) | |
download | vyos-1x-97186852f529935309c009e38403cead2bf0ce75.tar.gz vyos-1x-97186852f529935309c009e38403cead2bf0ce75.zip |
Merge branch 'current' into crux
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,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,src/tests --verbose .PHONY: sonar sonar: |