mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
enable oracle testing by default
This commit is contained in:
parent
02d2e41e04
commit
ccce93755f
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Reference in a new issue