aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-23 01:49:08 +0000
committerBen Elliston <bje@gnu.org>2003-08-23 01:49:08 +0000
commit885a1487215caab716851f67d4786f522f561717 (patch)
tree58c8e3013e73252851ddb3a2082eda67ba8febe1 /README
parentec49eb7fccfd69cb51b5842fc02cc23c9f964cd9 (diff)
downloaddejagnu-885a1487215caab716851f67d4786f522f561717.zip
dejagnu-885a1487215caab716851f67d4786f522f561717.tar.gz
dejagnu-885a1487215caab716851f67d4786f522f561717.tar.bz2
* README: Update section on reporting bugs.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 3d28e94..33322d0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- DejaGnu is a framework for testing other programs. Its purpose is to
+DejaGnu is a framework for testing other programs. Its purpose is to
provide a single front end for all tests. Beyond this, DejaGnu offers
several advantages for testing:
@@ -19,7 +19,11 @@ several advantages for testing:
the testing framework and the testsuites themselves. Tests
are usually written in expect using Tcl.
- Bugs can be reported to bug-dejagnu@gnu.org.
+If you think you have found a bug in DejaGnu, then please send a bug
+report according to the guidelines outlined at:
+
+ <http://www.gnu.org/software/dejagnu/#bug>
+
How To Configure and Build