restconf memleaks
This commit is contained in:
parent
d6c175e76e
commit
c5da97e2a4
7 changed files with 23 additions and 25 deletions
|
|
@ -432,6 +432,7 @@ function wait_restconf_stopped(){
|
|||
}
|
||||
|
||||
# End of test, final tests before normal exit of test
|
||||
# Note this is a single test started by new, not a total test suite
|
||||
function endtest()
|
||||
{
|
||||
if [ $valgrindtest -eq 1 ]; then
|
||||
|
|
@ -448,6 +449,12 @@ function new(){
|
|||
>&2 echo "Test $testi($testnr) [$1]"
|
||||
}
|
||||
|
||||
# End of complete test-suite, eg a test file
|
||||
function endsuite()
|
||||
{
|
||||
unset CURLOPTS
|
||||
}
|
||||
|
||||
# Evaluate and return
|
||||
# Example: expectpart $(fn arg) 0 "my return" -- "foo"
|
||||
# - evaluated expression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue