diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-07-13 15:10:30 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-07-13 15:10:30 +0200 |
commit | 6ee228cac7e5aca1181113ca499bda6c04497da7 (patch) | |
tree | a5ca04f012ac1d4c7129fd8a55f980902e25fd48 /autotest.sh | |
parent | fd0c6da41009b20b0c0906d8ec895cbab54af832 (diff) | |
download | nextcloud-server-6ee228cac7e5aca1181113ca499bda6c04497da7.tar.gz nextcloud-server-6ee228cac7e5aca1181113ca499bda6c04497da7.zip |
rediect test results to autotest-results-sqlite.xml
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 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 # |