* New xml_isancestor xml function
* Fixed memleak test for upgrade
This commit is contained in:
parent
f035c3ca23
commit
ceb5df2050
5 changed files with 37 additions and 9 deletions
|
|
@ -23,7 +23,7 @@
|
|||
>&2 echo "Running $testfile"
|
||||
|
||||
# Site file, an example of this file in README.md
|
||||
if [ -x ./site.sh ]; then
|
||||
if [ -f ./site.sh ]; then
|
||||
|
||||
. ./site.sh
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue