diff options
author | Yun Zheng Hu <hu@fox-it.com> | 2025-06-02 17:24:16 +0000 |
---|---|---|
committer | Yun Zheng Hu <hu@fox-it.com> | 2025-06-02 17:24:16 +0000 |
commit | 76045839a6d75f73be757fe44b3c7f31c7abc33c (patch) | |
tree | f9b1e0dea43dc7c22846a14197b6e9f9cd87c7a5 | |
parent | 474f367604c3f2471b295ab5702a103e62a41313 (diff) | |
download | vyos-1x-76045839a6d75f73be757fe44b3c7f31c7abc33c.tar.gz vyos-1x-76045839a6d75f73be757fe44b3c7f31c7abc33c.zip |
vyos-1x-vmware: T3681: Remove extra -x flag from Python bytecompile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |