HomeClusterLabs Projects

Test: cts-exec: use pkill instead of killall for killing script

Description

Test: cts-exec: use pkill instead of killall for killing script

killall only looks at the executable name, and thus can't kill a particular
script like "python3 /usr/lib/pacemaker/pacemaker/pacemaker-cts-dummyd 3".
Avoid the issue by using pkill -f in that case instead.

Details

Provenance
kgaillotAuthored on Jan 11 2021, 11:23 AM
Parents
rPa94940ea6e9f: Build: tools: make stricter compilers happy
Branches
Unknown
Tags
Unknown

Event Timeline