Browse Source

enable oracle testing

enabling, because the test shows a green ball: https://ci.tmit.eu/job/ownCloud-Server(doctrine)-oci/33/console
tags/v6.0.0alpha2
Jörn Friedrich Dreyer 11 years ago
parent
commit
74016666c1
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      autotest.sh

+ 1
- 2
autotest.sh View File

@@ -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

Loading…
Cancel
Save