summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-02-09 14:15:20 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-02-09 14:15:20 +0100
commit58bb1d4c39140e9bcec0b96c5b01f71dafe06d10 (patch)
treeb97bc64f9f6744b8ceb9961a0a761f5adca4d277 /doc
parent2c310fd7a0f5f653abba42b6d0f6cf6cf91ee0b5 (diff)
downloadabrt-58bb1d4c39140e9bcec0b96c5b01f71dafe06d10.tar.gz
abrt-58bb1d4c39140e9bcec0b96c5b01f71dafe06d10.tar.xz
abrt-58bb1d4c39140e9bcec0b96c5b01f71dafe06d10.zip
updated how_to_test
Diffstat (limited to 'doc')
-rw-r--r--doc/HOW_TO_TEST8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/HOW_TO_TEST b/doc/HOW_TO_TEST
index 8e63c362..05641b1d 100644
--- a/doc/HOW_TO_TEST
+++ b/doc/HOW_TO_TEST
@@ -18,7 +18,9 @@ II. Crash detection
== 2. Advanced crash detection ==
a) crash some app that comes from unsigned package - abrt should ignore it
- b) disable the gpg chcek and try repeat step a) - abrt shouldn't ignore it
+ b) disable the gpg check and try repeat step a) - abrt shouldn't ignore it
+
+- try to add some crash-time action and test if it works
III. Reporting
=============
@@ -33,3 +35,7 @@ III. Reporting
c) try to report every supported crash abrt detects C/C++, oops, python script
d) try to report some crash with bad backtrace - this should fail
e) repeat this with cli
+
+- test reporting with all reporters plugins like: ticketuploader, filetransport, etc..
+ repeating the step 'a' to 'e'
+