Fix static link problem in example
This commit is contained in:
parent
ff171afd65
commit
ea1efe8845
4 changed files with 21 additions and 18 deletions
|
|
@ -91,8 +91,10 @@ wait_backend
|
|||
new "orig error"
|
||||
expectpart "$($clixon_cli -1 -f $cfg -l n example error orig)" 255 "Config error: api-path syntax error " ": application invalid-value Invalid api-path: (must start with '/')"
|
||||
|
||||
if [ ${LINKAGE} = dynamic ]; then
|
||||
new "customized error"
|
||||
expectpart "$($clixon_cli -1 -f $cfg -l n example error custom)" 255 "My new err-string"
|
||||
fi
|
||||
|
||||
if [ $BE -ne 0 ]; then
|
||||
new "Kill backend"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue