Skip to content
Snippets Groups Projects
Commit 244d376a authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #3977 from owncloud/enable_oracle_in_autotests

enable oracle testing by default
parents af1c3dd4 301c9e13
No related branches found
No related tags found
No related merge requests found
Subproject commit e312294ef62873df2b8c02e774f9dfe1b7fbc38d
Subproject commit 217626723957161191572ea50172a3943c30696d
......@@ -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.
Please register or to comment