aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-01 12:29:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-01 12:29:05 +0200
commit8994eaab313bdec57ba38032f8adf9e05cc6d166 (patch)
tree7a4785e17d07e34b1b9e721486e71452a18b745e /build
parent31d70f7c67d1ea0b920538d50001b8e26d013d28 (diff)
Use consistent default database name for SQLite
Diffstat (limited to 'build')
-rwxr-xr-xbuild/sqlite/configure7
1 files changed, 3 insertions, 4 deletions
diff --git a/build/sqlite/configure b/build/sqlite/configure
index 71225ce..0111c94 100755
--- a/build/sqlite/configure
+++ b/build/sqlite/configure
@@ -10,12 +10,11 @@
$echo
$echo "Please enter the SQLite database file name. Note that it WILL"
-$echo "BE MODIFIED by the tests. If you do not specify a name, then a"
-$echo "temporary on-disk database will be created. You can also specify"
-$echo "':memory:' as a file name to use a temporary in-memory database."
+$echo "BE MODIFIED by the tests. You can also specify ':memory:' as a"
+$echo "file name to use a temporary in-memory database."
$echo
-db=`read_value`
+db=`read_value "/tmp/odb-test.db"`
opt=$dcf_root/db.options