summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon <965089+sarthurdev@users.noreply.github.com>2025-09-18 16:45:59 +0200
committerGitHub <noreply@github.com>2025-09-18 16:45:59 +0200
commit94912576d4012cc28825e2933768b362ba512b89 (patch)
treeda82eede37ab044fff4e0b63894df9fa4b5e2c5c /Makefile
parentf8ecb5136beba589cb01d241b09b1832a00b0e0d (diff)
parent45ac29070e1a95cc1bcb090fd3a58692ff755b2b (diff)
downloadvyos-1x-94912576d4012cc28825e2933768b362ba512b89.tar.gz
vyos-1x-94912576d4012cc28825e2933768b362ba512b89.zip
Merge pull request #4728 from sarthurdev/T7825
nose: T7825: Use nose2 for unit tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df967be8a..c4f7328ba 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ clean:
.PHONY: test
test: generate-configd-include-json
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
+ PYTHONPATH=python/ python3 -m nose2 -v
.PHONY: check_migration_scripts_executable
.ONESHELL: