From cd70856b6d80df6464c06f4fe93012334329640c Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 4 Jul 2022 13:08:51 +0200 Subject: [PATCH] Update README.md fix path of unittests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f3df68..ce02b2f 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 unittest/yaml/*.yaml +$ vppcfg/tests.py -d -t vppcfg/unittest/yaml/*.yaml ## Build vppcfg $ make build