From Fedora Project Wiki
Description
This test case tests EVENT configuration in ABRT.
How to test
- Create file /etc/abrt/events.d/3rd-party.conf with content:
EVENT=post-create echo "Custom 3rd party configuration was used" > /tmp/3rd-party-notice.$(date +"%Y-%m-%d_%H:%M:%N")
- Restart ABRT deamon
- Crash some aplication
Expected Results
- A file 3rd-party-notice.* with text above should exist in /tmp