* Made a separate Clixon datastore XML/JSON top-level symbol
* Replaces the hardcoded "config" keyword. * Implemented by a compile-time option called `DATASTORE_TOP_SYMBOL` option in clixon_custom.h * Tests: added endtest to all tests. Removed all premature exits if BE=0
This commit is contained in:
parent
2ab90d847b
commit
b7991d9b39
132 changed files with 939 additions and 628 deletions
|
|
@ -361,6 +361,7 @@ function wait_restconf(){
|
|||
fi
|
||||
}
|
||||
|
||||
# End of test, final tests before normal exit of test
|
||||
function endtest()
|
||||
{
|
||||
if [ $valgrindtest -eq 1 ]; then
|
||||
|
|
@ -657,6 +658,10 @@ function expectmatch(){
|
|||
r=$2
|
||||
expret=$3
|
||||
expect=$4
|
||||
# echo "ret:$ret"
|
||||
# echo "ret:$r"
|
||||
# echo "expret:$expret"
|
||||
# echo "expect:$expect"
|
||||
if [ $r != $expret ]; then
|
||||
echo -e "\e[31m\nError ($r != $retval) in Test$testnr [$testname]:"
|
||||
echo -e "\e[0m:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue