Example main -v/-V issues breaking previous commit tests
This commit is contained in:
parent
89f8567f75
commit
42efb59a75
3 changed files with 43 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue