From 76045839a6d75f73be757fe44b3c7f31c7abc33c Mon Sep 17 00:00:00 2001 From: Yun Zheng Hu Date: Mon, 2 Jun 2025 17:24:16 +0000 Subject: vyos-1x-vmware: T3681: Remove extra -x flag from Python bytecompile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c397afc6e..d3248c8d2 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ clean: .PHONY: test test: generate-configd-include-json - set -e; python3 -m compileall -q -x '/vmware-tools/scripts/' -x '/ppp/' . + 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: check_migration_scripts_executable -- cgit v1.2.3