Many validation functions have changed error parameter from cbuf to xml tree.

This commit is contained in:
Olof hagsand 2019-06-10 12:49:40 +02:00
parent dfa3970ab2
commit fc78824110
22 changed files with 527 additions and 384 deletions

View file

@ -15,7 +15,7 @@ testnr=0
for test in $pattern; do
if [ $testnr != 0 ]; then echo; fi
testfile=$test
ret=$(./$test) # . ./$test
. ./$test
errcode=$?
if [ $errcode -ne 0 ]; then
err=1