[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Getting a list of all tests
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Getting a list of all tests
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Thu, 25 Oct 2007 18:00:36 +0200
- References: <1193326772.8739.12.camel (at) tmelcher2>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Thu, Oct 25, 2007 at 10:39:32AM -0500, Trent Melcher wrote:
> Ok, Im re-writing a Bigbrother script for Hobbit. I need a little help.
> The current script gets a list of all currents tests performed by doing
> an ls on the %BBVAR/log directory and using sed to pull the test from
> each file.
>
> Is there a way to do this in hobbit using hobbitd_channel or some other
> prog?
bb 127.0.0.1 "hobbitdboard fields=testname" | sort | uniq
Regards,
Henrik