From 9ee239cd4857da938ed5b7a147435fd2361574ac Mon Sep 17 00:00:00 2001 From: Yun Zheng Hu Date: Wed, 14 Jul 2021 17:25:59 +0200 Subject: vyos-1x-vmware: T3681: don't bytecompile ether-resume.py Exclude /vmware-tools/scripts/ from bytecompilation to avoid the `__pycache__` directory being created. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0ecafd55..e5a420601 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3