clicon_err: Missed print strerr due to category error.

This commit is contained in:
Olof hagsand 2021-03-30 14:26:22 +02:00
parent 477059f33d
commit 95a820c862
3 changed files with 9 additions and 3 deletions

View file

@ -69,5 +69,6 @@ DATASTORE_TOP="config"
# clixon yang revisions occuring in tests
CLIXON_LIB_REV="2021-03-08"
CLIXON_CONFIG_REV="2021-03-08"
CLIXON_RESTCONF_REV="2020-12-30"
CLIXON_EXAMPLE_REV="2020-12-01"

View file

@ -33,7 +33,7 @@ if [ -d ${TOP_SRCDIR}/example/main/$y ]; then
else
cp /usr/local/share/clixon/$y $dir/
fi
y=clixon-restconf@2020-12-30.yang
y=clixon-restconf@${CLIXON_RESTCONF_REV}.yang
if [ -d ${TOP_SRCDIR}/yang/clixon ]; then
cp ${TOP_SRCDIR}/yang/clixon/$y $dir/
else