enable oracle testing by default

This commit is contained in:
Jörn Friedrich Dreyer 2013-07-08 16:42:19 +02:00
parent 02d2e41e04
commit ccce93755f
1 changed files with 2 additions and 3 deletions

View File

@ -143,11 +143,10 @@ EOF
#
if [ -z "$1" ]
then
execute_tests "sqlite"
execute_tests 'sqlite'
execute_tests 'mysql'
execute_tests 'pgsql'
# we will add oci as soon as it's stable
#execute_tests 'oci'
execute_tests 'oci'
else
execute_tests $1 $2 $3
fi