From Fedora Project Wiki

Revision as of 16:35, 16 March 2011 by Imatusov (talk | contribs) (Event crash)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case tests EVENT configuration in ABRT.


How to test

  1. Create file /etc/abrt/events.d/processes.conf with content:

EVENT=post-create ps auxf > /tmp/process.crash.date +"%Y-%m-%d_%H:%M:%N"

  1. Restart ABRT deamon
  2. Crash some aplication

Expected Results

  1. A file /tmp/process.crash.* for each application crash is created and contains the output of ps auxf command.