Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Fixed: Filter zombie processes #219

Merged
merged 1 commit into from Nov 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion run-build-functions.sh
Expand Up @@ -625,7 +625,7 @@ set_go_import_path() {
}

find_running_procs() {
ps aux | grep -v [p]s | grep -v [g]rep | grep -v [b]ash | grep -v "/usr/local/bin/buildbot"
ps aux | grep -v [p]s | grep -v [g]rep | grep -v [b]ash | grep -v "/usr/local/bin/buildbot" | grep -v [d]efunct
}

report_lingering_procs() {
Expand Down