diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-07-16 00:07:40 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-07-16 00:07:40 +0200 |
commit | 3ffc96c3e96de8bb26729f510e6a35be5477c6c1 (patch) | |
tree | f8e22eeff452bd79eb018a3feca66f984899bcea /autotest.sh | |
parent | 6bb3a281b1883c61b4e69f5d0840707f27b66277 (diff) | |
download | nextcloud-server-3ffc96c3e96de8bb26729f510e6a35be5477c6c1.tar.gz nextcloud-server-3ffc96c3e96de8bb26729f510e6a35be5477c6c1.zip |
add database type to xml report
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
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 } # |