Experimental optimized XPath, multiple keys
This commit is contained in:
parent
7fb452f96e
commit
b340c36f79
17 changed files with 681 additions and 279 deletions
|
|
@ -78,7 +78,11 @@ testname=
|
|||
: ${RCLOG:=}
|
||||
|
||||
# Wait after daemons (backend/restconf) start. See mem.sh for valgrind
|
||||
: ${RCWAIT:=2}
|
||||
if [ "$(arch)" = "armv7l" ]; then
|
||||
: ${RCWAIT:=4}
|
||||
else
|
||||
: ${RCWAIT:=2}
|
||||
fi
|
||||
|
||||
# www user (on linux typically www-data, freebsd www)
|
||||
# could be taken from configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue