diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-08 18:52:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 18:52:45 +0200 |
commit | 2c69daf94cbe9caf177af8959936917bdc645876 (patch) | |
tree | 5f4ef67f2cd056cd7f2dd081f272dd68d4e50527 | |
parent | 903e576f6be059ae758fbfe0f492022075f66f5b (diff) | |
parent | 719defa27820fe60d47e402374a5bebc136addad (diff) | |
download | vyos-1x-2c69daf94cbe9caf177af8959936917bdc645876.tar.gz vyos-1x-2c69daf94cbe9caf177af8959936917bdc645876.zip |
Merge pull request #401 from runborg/T2436
T2436: Adding offline python compile to fetch syntax faults
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ clean: .PHONY: test test: + set -e; python3 -m compileall -q . 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 |