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

Commit 4263ac1

Browse files
authored
Merge pull request #3362 from /issues/3361-defunct-procs
Print defunct processes if such exist
2 parents e2d6ee4 + 8176048 commit 4263ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ start_suite() {
337337
# Common postconditions to assert on each host, after each test:
338338
assert_common_postconditions() {
339339
# Ensure we do not generate any defunct (a.k.a. zombie) process:
340-
assert "run_on $1 ps aux | grep -c '[d]efunct'" "0"
340+
assert "run_on $1 ps aux | grep '[d]efunct'" ""
341341
}
342342

343343
end_suite() {

0 commit comments

Comments
 (0)