summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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'
+