From: Thierry Parmentelat Date: Tue, 21 Jan 2014 17:29:13 +0000 (+0100) Subject: cosmetic X-Git-Tag: tests-5.3-2~42 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=0bc0383ee751deaa4b651bfd18c7363ec5e90292 cosmetic --- diff --git a/system/Substrate.py b/system/Substrate.py index fc5125f..f533204 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -442,7 +442,7 @@ class BuildLxcBox (BuildBox): # inspect box and find currently running builds def sense(self, options): - print 'xb' + print 'xb', pids=self.backquote_ssh(['pgrep','lbuild'],trash_err=True) if not pids: return command=['ps','-o','pid,command'] + [ pid for pid in pids.split("\n") if pid]