Add -lm for static compile + minor test changes for 7.3

This commit is contained in:
Olof hagsand 2025-01-25 22:41:18 +01:00
parent 0ad59d3300
commit 1580aa7a2c
9 changed files with 10 additions and 8 deletions

View file

@ -553,6 +553,9 @@ function start_backend(){
}
function stop_backend(){
if [ $valgrindtest -eq 2 ]; then
sleep 1
fi
sudo clixon_backend -z $*
if [ $? -ne 0 ]; then
err "kill backend"