* The backend socket has now support of credentials of peer clients
* Added: CLICON_NACM_CREDENTIALS and CLICON_NACM_RECOVERY_USER
This commit is contained in:
parent
77b491c568
commit
279614d64f
33 changed files with 951 additions and 145 deletions
|
|
@ -13,7 +13,8 @@ APPNAME=example
|
|||
cfg=$dir/conf_startup.xml
|
||||
|
||||
if [ $valgrindtest -ne 0 ]; then
|
||||
return -1 # skip
|
||||
echo "...skipped "
|
||||
return 0 # skip
|
||||
fi
|
||||
|
||||
# Here $dir is created by the user that runs the script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue