diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-24 11:30:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 11:30:54 +0200 |
commit | d6ae62a4a93b96e1051af5fadb77882dcff1890e (patch) | |
tree | 627ce056539010fc94232db6ea8cfa2a6cd93890 | |
parent | 165ac2ef628b6e0013ef9eb0de6c9490649cd970 (diff) | |
parent | 9ee239cd4857da938ed5b7a147435fd2361574ac (diff) | |
download | vyos-1x-d6ae62a4a93b96e1051af5fadb77882dcff1890e.tar.gz vyos-1x-d6ae62a4a93b96e1051af5fadb77882dcff1890e.zip |
Merge pull request #940 from yunzheng/T3681
vyos-1x-vmware: T3681: don't bytecompile ether-resume.py
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ clean: .PHONY: test test: - set -e; python3 -m compileall -q . + set -e; python3 -m compileall -q -x '/vmware-tools/scripts/' . 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 |