diff options
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 5 |
1 files changed, 2 insertions, 3 deletions
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 |