* Added XPATH functions position
This commit is contained in:
parent
8f81eb1c66
commit
fab261cb53
13 changed files with 98 additions and 23 deletions
|
|
@ -103,4 +103,12 @@ for cmd1 in $cmds; do
|
|||
println "Mem test $cmd1 done"
|
||||
done
|
||||
|
||||
if [ $err -eq 0 ]; then
|
||||
echo OK
|
||||
else
|
||||
echo -e "\e[31mError"
|
||||
echo -ne "\e[0m"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
unset pattern
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue