Improved clispec parse error message
Improved datastore_multi mem test
This commit is contained in:
parent
bf3451c8ed
commit
fc3f0cbcd9
2 changed files with 16 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue