* New backend startup and upgrade support, see [doc/startup.md] for details
* Datastore files contain RFC7895 module-state information
This commit is contained in:
parent
28bd698968
commit
560110b4e8
44 changed files with 1595 additions and 631 deletions
|
|
@ -10,6 +10,7 @@ fi
|
|||
err=0
|
||||
testnr=0
|
||||
for test in test*.sh; do
|
||||
if [ $testnr != 0 ]; then echo; fi
|
||||
testfile=$test
|
||||
. ./$test
|
||||
errcode=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue