meanwhile phpunit is seq faulting with mysql as well
This commit is contained in:
parent
ae9adcaf8c
commit
1f9ac7850d
1 changed files with 4 additions and 4 deletions
|
@ -130,11 +130,11 @@ EOF
|
||||||
rm -rf coverage-html-$1
|
rm -rf coverage-html-$1
|
||||||
mkdir coverage-html-$1
|
mkdir coverage-html-$1
|
||||||
php -f enable_all.php
|
php -f enable_all.php
|
||||||
if [ "$1" == "pgsql" ] ; then
|
if [ "$1" == "sqlite" ] ; then
|
||||||
# no coverage with pg - causes segfault on ci.tmit.eu - reason unknown
|
# coverage only with sqlite - causes segfault on ci.tmit.eu - reason unknown
|
||||||
phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml
|
|
||||||
else
|
|
||||||
phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1
|
phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1
|
||||||
|
else
|
||||||
|
phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue