Skip to content

Commit 1e66a4b

Browse files
committed
Temporary debug dumps
1 parent d65ce7c commit 1e66a4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/openapi_tests/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ TOPDIR := ../..
44
PYANG_PLUGINS_DIR := $(TOPDIR)/tools/pyang/pyang_plugins
55
PYANG ?= pyang
66

7+
$(info **************************)
8+
$(info $(shell $(PYANG) -version))
9+
$(info $(shell python3 -V))
10+
$(info $(shell pip3 freeze))
11+
$(info **************************)
12+
713
all: test-rpc test-data-nodes test-complex-model test-complex-model-no-oneof
814

915
# This will cover RPC statements with only input, only output and with

0 commit comments

Comments
 (0)