fixed tests after updates

This commit is contained in:
Olof hagsand 2021-02-10 20:48:57 +01:00
parent 6b08a22f04
commit 72dd31395e
6 changed files with 16 additions and 7 deletions

View file

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