rediect test results to autotest-results-sqlite.xml

This commit is contained in:
Thomas Mueller 2012-07-13 15:10:30 +02:00
parent fd0c6da410
commit 6ee228cac7

View file

@ -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
#