mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
test: Warn about slow startup time for phpunit tests
Signed-off-by: Louis Chmn <louis@chmn.me>
This commit is contained in:
parent
51075dcdbe
commit
f2b91fce0b
1 changed files with 3 additions and 3 deletions
|
|
@ -385,10 +385,10 @@ function execute_tests {
|
|||
fi
|
||||
|
||||
COVER=''
|
||||
if [ -z "$NOCOVERAGE" ]; then
|
||||
COVER="--coverage-clover autotest-clover-$DB.xml --coverage-html coverage-html-$DB"
|
||||
if [ -z "$COVERAGE" ]; then
|
||||
echo "No coverage. Set COVERAGE=1 to enable it."
|
||||
else
|
||||
echo "No coverage"
|
||||
COVER="--coverage-clover autotest-clover-$DB.xml --coverage-html coverage-html-$DB"
|
||||
fi
|
||||
|
||||
echo "$PHPUNIT" --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration phpunit-autotest.xml $GROUP $COVER --log-junit "autotest-results-$DB.xml" "$2" "$3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue