summaryrefslogtreecommitdiff
path: root/odb-examples/schema/custom/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'odb-examples/schema/custom/testscript')
-rw-r--r--odb-examples/schema/custom/testscript7
1 files changed, 4 insertions, 3 deletions
diff --git a/odb-examples/schema/custom/testscript b/odb-examples/schema/custom/testscript
index 0f5cafc..a482025 100644
--- a/odb-examples/schema/custom/testscript
+++ b/odb-examples/schema/custom/testscript
@@ -2,10 +2,11 @@
# license : GNU GPL v2; see accompanying LICENSE file
.include ../../database-options.testscript
-.include ../../$(database).testscript
-+if! $sqlite
- $create_schema
+test.arguments += $($(database)_options)
+
++if $sqlite
+ test.cleanups += &odb-test.db
end
: basics