Added decriptive error message when plugins produce invalid state XML.
This commit is contained in:
parent
266e5581e4
commit
bf04131e54
11 changed files with 156 additions and 41 deletions
|
|
@ -83,6 +83,7 @@ module $APPNAME{
|
|||
}
|
||||
EOF
|
||||
|
||||
# Mixed config + state XML
|
||||
new "generate state file with $perfnr list entries"
|
||||
echo -n "<interfaces xmlns=\"urn:example:clixon\"><a><name>foo</name><b>" > $fstate
|
||||
for (( i=0; i<$perfnr; i++ )); do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue