Skip to content
Snippets Groups Projects
Commit ccce9375 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

enable oracle testing by default

parent 02d2e41e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment