From: Jörn Friedrich Dreyer Date: Mon, 8 Jul 2013 14:42:19 +0000 (+0200) Subject: enable oracle testing by default X-Git-Tag: v6.0.0alpha2~490^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ccce93755f04fa7b85c1fd228554cdd1cc57fed0;p=nextcloud-server.git enable oracle testing by default --- 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