actually run vty-tests: osmotestvty.py

Change-Id: Iab84af37488b5ec1000162d945f909f9ab05dad8
This commit is contained in:
Neels Hofmeyr 2023-05-05 02:16:43 +02:00
parent ece0f81e30
commit fc800ca49b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ DISTCLEANFILES = \
if ENABLE_EXT_TESTS
python-tests:
$(MAKE) vty-test
# osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
# osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
# $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v
else