Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-07-08 18:42:19 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-07-08 18:42:19 +0400
commitccce93755f04fa7b85c1fd228554cdd1cc57fed0 (patch)
tree7f7d6f897b455a31d5d0677bb212ce1a304330fe /autotest.sh
parent02d2e41e04735e91c94864a98c5eed89b6ceb7f7 (diff)
enable oracle testing by default
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/autotest.sh b/autotest.sh
index 59f0240d99b..141b4333f97 100755
--- a/autotest.sh
+++ b/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