From ccce93755f04fa7b85c1fd228554cdd1cc57fed0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 8 Jul 2013 16:42:19 +0200 Subject: [PATCH] enable oracle testing by default --- autotest.sh | 5 ++--- 1 file 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 -- 2.39.5