enable oracle testing by default

remotes/origin/stable6
Jörn Friedrich Dreyer 12 years ago
parent 02d2e41e04
commit ccce93755f
  1. 5
      autotest.sh

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

Loading…
Cancel
Save