From Fedora Project Wiki

Revision as of 18:13, 16 March 2011 by Mnowak (talk | contribs)

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"`
  2. Restart ABRT deamon
  3. 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.