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

Commit

Permalink
Add filters back
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 20, 2018
1 parent ce1e4bf commit a60e05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-build-functions.sh
Original file line number Diff line number Diff line change
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
ps aux | grep -v [p]s | grep -v [g]rep | grep -v [b]ash | grep -v "/usr/local/bin/buildbot" | grep -v "[node] <defunct>" | grep -v "[build]"
}

report_lingering_procs() {
Expand Down

0 comments on commit a60e05a

Please sign in to comment.