[Rt-commit] rtir branch, 2.6-trunk, updated. 2.6.0-27-g3ea504f
Thomas Sibley
trs at bestpractical.com
Fri Jul 22 15:01:58 EDT 2011
The branch, 2.6-trunk has been updated
via 3ea504f34936956e0254b888c31650a46cac160b (commit)
via 6bcfabfd5608e4229aac2bf8d0d1f46b9bd49a7e (commit)
from 23fc602c4508f56abc918e75a838aef92261141f (commit)
Summary of changes:
README | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 6bcfabfd5608e4229aac2bf8d0d1f46b9bd49a7e
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jul 22 15:01:44 2011 -0400
Update bug reporting email address
diff --git a/README b/README
index ded2982..45cd1cc 100644
--- a/README
+++ b/README
@@ -161,4 +161,4 @@ Documentation for RTIR
REPORTING BUGS
--------------
-To report a bug, send email to rtir-bugs at fsck.com.
+To report a bug, send email to rtir-bugs at bestpractical.com.
commit 3ea504f34936956e0254b888c31650a46cac160b
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jul 22 15:01:49 2011 -0400
Document how to run RTIR's tests
diff --git a/README b/README
index 45cd1cc..44311cc 100644
--- a/README
+++ b/README
@@ -157,6 +157,28 @@ Documentation for RTIR
The RTIR section of the community-developed RT wiki is still in its infancy.
+DEVELOPMENT
+-----------
+
+If you would like to run RTIR's tests, you need to set a few environment
+variables:
+
+RT_DBA_USER - a user who can create a database on your RDBMS
+ (such as root on mysql)
+
+RT_DBA_PASSWORD - the password for RT_DBA_USER
+
+To run tests:
+
+$ RTHOME=/opt/my-rt perl Makefile.PL
+$ RT_DBA_USER=user RT_DBA_PASSWORD=password make test
+
+These are intended to be run before installing RTIR. RTFM, however,
+must already be installed.
+
+Like RT, RTIR expects to be able to create a new database called rt3test
+on your system.
+
REPORTING BUGS
--------------
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list