Browse Source

enable oracle testing by default

tags/v6.0.0alpha2
Jörn Friedrich Dreyer 11 years ago
parent
commit
ccce93755f
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      autotest.sh

+ 2
- 3
autotest.sh View File

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

Loading…
Cancel
Save