Experimental optimized XPath, multiple keys

This commit is contained in:
Olof hagsand 2019-12-31 13:29:25 +01:00
parent 7fb452f96e
commit b340c36f79
17 changed files with 681 additions and 279 deletions

View file

@ -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