xpath parser scan strings instead of characters

This commit is contained in:
Olof hagsand 2019-04-02 11:01:01 +02:00
parent a68174897d
commit ed62c33a79
5 changed files with 10 additions and 12 deletions

View file

@ -1,7 +1,6 @@
#!/bin/bash
# Run valgrind leak test for cli, restconf, netconf or background.
# Stop on first error
# Run valgrindtest once, args:
# what: cli|netconf|restconf|backend
@ -24,7 +23,7 @@ memonce(){
;;
'backend')
valgrindtest=2 # This means backend valgrind test
: ${RCWAIT:=5} # valgrind backend needs some time to get up
: ${RCWAIT:=10} # valgrind backend needs some time to get up
perfnr=100 # test_perf.sh restconf put more or less stops
perfreq=10