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-07-13 17:10:30 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2012-07-13 17:10:30 +0400
commit6ee228cac7e5aca1181113ca499bda6c04497da7 (patch)
treea5ca04f012ac1d4c7129fd8a55f980902e25fd48 /autotest.sh
parentfd0c6da41009b20b0c0906d8ec895cbab54af832 (diff)
rediect test results to autotest-results-sqlite.xml
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh
index a5e28b6de98..a9794db6982 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -23,7 +23,7 @@ php -f index.php
#test execution
echo 'Testing with sqlite ...'
cd tests
-php -f index.php -- xml
+php -f index.php -- xml > autotest-results-sqlite.xml
#