From Fedora Project Wiki
Description
This test case tests EVENT configuration in ABRT.
How to test
- 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"`
- Restart ABRT deamon
- Crash some aplication
Expected Results
- A file /tmp/process.crash.* for each application crash is created and contains the output of ps auxf command.