Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Print defunct processes if such exist #3362

Merged
merged 1 commit into from
Jul 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ start_suite() {
# Common postconditions to assert on each host, after each test:
assert_common_postconditions() {
# Ensure we do not generate any defunct (a.k.a. zombie) process:
assert "run_on $1 ps aux | grep -c '[d]efunct'" "0"
assert "run_on $1 ps aux | grep '[d]efunct'" ""
}

end_suite() {
Expand Down