Example main -v/-V issues breaking previous commit tests

This commit is contained in:
Olof hagsand 2022-07-21 08:07:48 +02:00
parent 89f8567f75
commit 42efb59a75
3 changed files with 43 additions and 5 deletions

View file

@ -186,7 +186,7 @@ if [ $BE -ne 0 ]; then
fi
sudo pkill -f clixon_backend # to be sure
new "start backend -s init -f $cfg -- -sS $fstate -v /table/parameter[name=\"4242\"]"
start_backend -s init -f $cfg -- -sS $fstate -v /table/parameter[name="4242"]
start_backend -s init -f $cfg -- -sS $fstate -V "/table/parameter[name='4242']"
fi
new "wait backend"