From 9e3761869ccf28c8fa30ee9e3ca607a22647a120 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sat, 3 Dec 2022 16:20:04 +0000 Subject: [PATCH] Fix testing instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c484b08..cdf017c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This program expects Python3 and PIP to be installed. It's known to work on Open $ make install-deps ## Ensure all unittests pass. -$ vppcfg/tests.py -d -t vppcfg/unittest/yaml/*.yaml +$ make test ## Build vppcfg $ make build