* Tests: use YANG_STANDARD_DIR from ./configure --with-yang-standard-dir=DIR instead of YANGMODELS from site.sh
This commit is contained in:
parent
f8f34e3571
commit
4fbad467df
14 changed files with 41 additions and 66 deletions
|
|
@ -177,8 +177,8 @@ if [ -f ./site.sh ]; then
|
|||
fi
|
||||
|
||||
# Standard IETF RFC yang files.
|
||||
if [ ! -z ${YANGMODELS} ]; then
|
||||
: ${IETFRFC=$YANGMODELS/standard/ietf/RFC}
|
||||
if [ ! -z ${YANG_STANDARD_DIR} ]; then
|
||||
: ${IETFRFC=$YANG_STANDARD_DIR/ietf/RFC}
|
||||
fi
|
||||
|
||||
# Check sanity between --with-restconf setting and if nginx is started by systemd or not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue