test: Corrected and documents -v vs -V transaction testing

This commit is contained in:
Olof hagsand 2025-03-13 14:32:08 +01:00
parent ea64bb3f3d
commit 839077de57
4 changed files with 7 additions and 6 deletions

View file

@ -152,8 +152,8 @@ if [ $BE -ne 0 ]; then
if [ $? -ne 0 ]; then
err
fi
new "start backend -s init -f $cfg -l f$flog -- -t -V \"/x/y[a='$errnr']\""
start_backend -s init -f $cfg -l f$flog -- -t -V "/x/y[a='$errnr']" # -t means transaction logging
new "start backend -s init -f $cfg -l f$flog -- -t -v \"/x/y[a='$errnr']\""
start_backend -s init -f $cfg -l f$flog -- -t -v "/x/y[a='$errnr']" # -t means transaction logging
fi
new "wait backend"