summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-06-28 11:12:05 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-06-28 11:12:05 +0200
commit74016666c114236b354c6aa7fe3ec2c854a72e9b (patch)
treee7f4c9bcce1ac6073f80ea96295184a44d0548fe
parent10951f9bd542a3e0d162194c8737cfb0ef9048b0 (diff)
downloadnextcloud-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-xautotest.sh3
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