diff options
m--------- | 3rdparty | 0 | ||||
-rwxr-xr-x | autotest.sh | 5 |
2 files changed, 2 insertions, 3 deletions
diff --git a/3rdparty b/3rdparty -Subproject e312294ef62873df2b8c02e774f9dfe1b7fbc38 +Subproject 217626723957161191572ea50172a3943c30696 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 |