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-16 02:07:40 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2012-07-16 02:07:40 +0400
commit3ffc96c3e96de8bb26729f510e6a35be5477c6c1 (patch)
treef8e22eeff452bd79eb018a3feca66f984899bcea /autotest.sh
parent6bb3a281b1883c61b4e69f5d0840707f27b66277 (diff)
add database type to xml report
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 fe55c1066da..bf98932a4af 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -69,7 +69,7 @@ function execute_tests {
#test execution
echo "Testing with $1 ..."
cd tests
- php -f index.php -- xml > autotest-results-$1.xml
+ php -f index.php -- xml $1 > autotest-results-$1.xml
}
#