diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-06-28 11:12:05 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-06-28 11:12:05 +0200 |
commit | 74016666c114236b354c6aa7fe3ec2c854a72e9b (patch) | |
tree | e7f4c9bcce1ac6073f80ea96295184a44d0548fe | |
parent | 10951f9bd542a3e0d162194c8737cfb0ef9048b0 (diff) | |
download | nextcloud-server-74016666c114236b354c6aa7fe3ec2c854a72e9b.tar.gz nextcloud-server-74016666c114236b354c6aa7fe3ec2c854a72e9b.zip |
enable oracle testing
enabling, because the test shows a green ball: https://ci.tmit.eu/job/ownCloud-Server(doctrine)-oci/33/console
-rwxr-xr-x | autotest.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autotest.sh b/autotest.sh index 4562b3ed08a..71c12fd45fd 100755 --- a/autotest.sh +++ b/autotest.sh @@ -146,8 +146,7 @@ if [ -z "$1" ] 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 fi |