Improved clispec parse error message

Improved datastore_multi mem test
This commit is contained in:
Olof hagsand 2025-01-28 22:36:19 +01:00
parent bf3451c8ed
commit fc3f0cbcd9
2 changed files with 16 additions and 6 deletions

View file

@ -361,11 +361,12 @@ if [ $BE -ne 0 ]; then
if [ -z "$pid" ]; then
err "backend already dead"
fi
# kill backend
stop_backend -f $cfg
sudo clixon_backend -zf $cfg
if [ $? -ne 0 ]; then
err
fi
fi
sudo rm -rf $dir
unset dbname