From 68e788f46d04c7acf644e2ad9ca65592ecfd2155 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Thu, 15 Nov 2018 16:20:04 -0800 Subject: [PATCH] Only filter builedbot path in ps list --- run-build-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-build-functions.sh b/run-build-functions.sh index a89c463f..e106af67 100755 --- a/run-build-functions.sh +++ b/run-build-functions.sh @@ -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 [b]uildbot + ps aux | grep -v [p]s | grep -v [g]rep | grep -v [b]ash | grep -v "/usr/local/bin/buildbot" } report_lingering_procs() {