* Added PRETTYPRINT_INDENT compile-time option controlling indentation level for XML,JSON and TEXT
* Default value is `3`
This commit is contained in:
parent
1830381249
commit
56f4bb45cc
11 changed files with 73 additions and 1152 deletions
|
|
@ -133,8 +133,8 @@ ret=$($clixon_cli -1 -f $cfg show config)
|
|||
if [ $? -ne 0 ]; then
|
||||
err 0 $r
|
||||
fi
|
||||
if [ "$ret" != "clixon-hello:hello world;" ]; then
|
||||
err "clixon-hello:hello world;" "$ret"
|
||||
if [ "$ret" != "clixon-hello:hello world;" ]; then
|
||||
err "clixon-hello:hello world;" "$ret"
|
||||
fi
|
||||
|
||||
new "netconf edit-config"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue