diff --git a/autotest.sh b/autotest.sh
index 54f1eda9932ef6f69ddfdf1305f0361da516b375..6530c340303930c1be548f6e2f0e18f4318c3213 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -87,15 +87,16 @@ function execute_tests {
 	echo "Testing with $1 ..."
 	cd tests
 	#php -f index.php -- xml $1 > autotest-results-$1.xml
-	phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml
+	mkdir coverage-html-$1
+	phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1
 }
 
 #
 # start test execution
 #
 execute_tests "sqlite"
-execute_tests 'mysql'
-execute_tests 'pgsql'
+#execute_tests 'mysql'
+#execute_tests 'pgsql'
 
 #
 # NOTES on mysql: