summaryrefslogtreecommitdiff
path: root/odb-tests/common/threads/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'odb-tests/common/threads/testscript')
-rw-r--r--odb-tests/common/threads/testscript10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb-tests/common/threads/testscript b/odb-tests/common/threads/testscript
index 18eb88f..0d619ab 100644
--- a/odb-tests/common/threads/testscript
+++ b/odb-tests/common/threads/testscript
@@ -49,6 +49,16 @@ if $pgsql
$*
}
+: oracle
+:
+if $oracle
+{
+ .include ../../oracle.testscript
+
+ $create_schema;
+ $*
+}
+
: mssql
:
if $mssql