emdftry − A tool to test basic Emdros functionality
emdftry [options]
emdftry is a tool for testing basic Emdros functionality. In particular, it exercises the EMdF layer. It should run with no errors, emitting a lot of messages. Most of them will start with the word SUCCESS. If any error occurs, a FAILURE message will appear, and the program will not run any further tests.
If all tests completed successfully, the last line of output will be "SUCCESS: All tests completed successfully."
If at least one test failed, the last line of output will be "FAILURE: At least one test failed."
emdftry
supports the following command-line switches:
−−help
show help
−V , −−version
show version
−b , −−backend backend
set database backend to ‘backend’. Valid values are: For PostgreSQL: "p", "pg", "postgres", and "postgresql". For MySQL: "m", "my", and "mysql". For SQLite 2.X.X: "s", "l", "lt", "sqlite", and "sqlite2". For SQLite 3.X.X: "3", "s3", "lt3", and "sqlite3".
−h , −−host hostname
set db back-end hostname to connect to (default is ’localhost’)
−u , −−user user
set database user to connect as (default is ’emdf’)
−p , −−password password
set password to use for the database user
Written Ulrik Sandborg-Petersen (ulrikp@emdros.org).