diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-01 08:57:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-01 08:57:15 +0200 |
commit | 2a95cabe38f24eddd2739dcb5ef3657e4c165082 (patch) | |
tree | 922de2b47676c0693229c391643c2f776e72aa35 | |
parent | 72ad2f40da8268326bcbf4fc0d230860a8b05581 (diff) |
Cosmetic changes
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -81,8 +81,8 @@ cannot be discovered automatically. For each <database> value the configure script has a set of options in the form --with-<database>-* that allow you to specify various database system parameters, such as the login name, password, and database name, -that should be used when running the tests. Run configure with ---help to see the available options for your database. +that should be used when running the tests. Run configure with --help +to see the available options for your database. As another example, the following configure command uses the specified C++ compiler and compiles with optimization and without debug information: @@ -158,7 +158,7 @@ Before you can run test.bat, you may need to adjust the database system parameters, such as the login name, password, and database name, that should be used when running the tests. To do this, edit the <database>.options and <database>-driver.bat files located in the -odb-tests\ directory. Once this is, done you can run the tests by +odb-tests\ directory. Once this is done, you can run the tests by executing the following command from the command prompt: test.bat <database> |