diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-03 13:22:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-03 13:22:37 +0200 |
commit | d83890c0c2c95da9e190a8f9a7ddc29cd621bef7 (patch) | |
tree | e19b17e63499e396cf592fa91758439c1c2b33e5 /build/sqlite/configure | |
parent | 6ec616d6ad29bcf00f3a4d9ed8bf53d44e589228 (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 'build/sqlite/configure')
-rwxr-xr-x | build/sqlite/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/sqlite/configure b/build/sqlite/configure index 75a4773..a454df9 100755 --- a/build/sqlite/configure +++ b/build/sqlite/configure @@ -16,6 +16,6 @@ $echo db=`read_value "/tmp/odb-test.db"` -opt=$dcf_root/db.options +opt=$dcf_root/sqlite.options echo "--database '$db'" >$opt |