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-11 01:37:15 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2012-10-11 01:37:15 +0400
commit39e1c22e0a85bc934932d458fd7e08b85d33cee4 (patch)
tree758ff7d78ff0cf11a0bfa10ccad0c5c892e97e8f /autotest.sh
parent2c3674ea87c6303f8dc1345d056871ca3637b437 (diff)
move autotest to phpunit
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh
index a42c6ab059e..54f1eda9932 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -86,7 +86,8 @@ function execute_tests {
#test execution
echo "Testing with $1 ..."
cd tests
- php -f index.php -- xml $1 > autotest-results-$1.xml
+ #php -f index.php -- xml $1 > autotest-results-$1.xml
+ phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml
}
#