Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-10-19 01:36:03 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2012-10-19 01:36:03 +0400
commitc8d436c43d4ef348c5b22b3a67a950fa2ecbed69 (patch)
treef847e603f6a08dd8f0b4b6339e3094b0898b9cda /autotest.sh
parent7be661872f9fec0c644d9d925de9eba6305c365c (diff)
cleanup report folder
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autotest.sh b/autotest.sh
index 6530c340303..56296c6a513 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -86,7 +86,7 @@ function execute_tests {
#test execution
echo "Testing with $1 ..."
cd tests
- #php -f index.php -- xml $1 > autotest-results-$1.xml
+ rm -rf coverage-html-$1
mkdir coverage-html-$1
phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1
}
@@ -95,8 +95,8 @@ function execute_tests {
# start test execution
#
execute_tests "sqlite"
-#execute_tests 'mysql'
-#execute_tests 'pgsql'
+execute_tests 'mysql'
+execute_tests 'pgsql'
#
# NOTES on mysql: