From: Björn Jacke Date: Fri, 29 Jun 2012 09:57:32 +0000 (+0200) Subject: use killall on hape after a build run to do what killbysubdir should do X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=9a03d5b95a3c0faeca9f33333a7084e4cc78ff71;hp=54b3bb43abd4791880d68a4a39ccb0a25e1682b9;p=build-farm.git use killall on hape after a build run to do what killbysubdir should do --- diff --git a/hape.fns b/hape.fns index cd299621..eda75d6c 100644 --- a/hape.fns +++ b/hape.fns @@ -31,3 +31,7 @@ for compiler in gcc ; do done global_unlock +# as long as killbysubdir doesn't work on HP-UX, let's killall our build user's +# processes: +cd / ; killall +