aboutsummaryrefslogtreecommitdiff
path: root/evolution/data
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-06-03 13:22:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-06-03 13:22:37 +0200
commitd83890c0c2c95da9e190a8f9a7ddc29cd621bef7 (patch)
treee19b17e63499e396cf592fa91758439c1c2b33e5 /evolution/data
parent6ec616d6ad29bcf00f3a4d9ed8bf53d44e589228 (diff)
Use database name in options and driver files (build part)
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing.
Diffstat (limited to 'evolution/data')
-rw-r--r--evolution/data/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/evolution/data/makefile b/evolution/data/makefile
index 7b1cc8e..ea711ed 100644
--- a/evolution/data/makefile
+++ b/evolution/data/makefile
@@ -96,13 +96,13 @@ $(test): $(driver)
# Base schema.
$(call schema,$(out_base)/test3-002-pre.sql)
$(call schema,$(out_base)/test3-002-post.sql)
- $(call message,test $< base,$< --options-file $(dcf_root)/db.options 1)
+ $(call message,test $< base,$< --options-file $(dcf_root)/$(db_id).options 1)
# Migration.
$(call schema,$(out_base)/test3-003-pre.sql)
- $(call message,test $< migration,$< --options-file $(dcf_root)/db.options 2)
+ $(call message,test $< migration,$< --options-file $(dcf_root)/$(db_id).options 2)
$(call schema,$(out_base)/test3-003-post.sql)
# Current schema.
- $(call message,test $< current,$< --options-file $(dcf_root)/db.options 3)
+ $(call message,test $< current,$< --options-file $(dcf_root)/$(db_id).options 3)
# Clean.
#