[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Error output: http/https tests requires a full URL
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Error output: http/https tests requires a full URL
- From: Henrik Størner <henrik (at) hswn.dk>
- Date: Fri, 24 Apr 2009 17:43:16 +0200
- References: <64D985D95017494B8EB2F65744510555BD93 (at) tropicana2.alc.org>
- User-agent: Mutt/1.5.18 (2008-05-17)
On Fri, Apr 24, 2009 at 09:36:13AM -0500, Michael Faraci wrote:
> Im using Hobbit Version 4.2.0-1 on Debian Etch, I cannot for the life of
> me figure out why im getting this error under bb-test, I have checked
> all bb-hosts entries to make sure the full URL is used, also in
> hobbitserver.cfg.
>
> Error output: http/https tests requires a full URL
It means that somewhere in your bb-hosts file you have a test which is
only given as "http" or "https" - it must be "http://some.site.name/" as
minimum.
The command
bbcmd bbhostgrep "http*"
can be useful to spot all tests with http in them.
Regards,
Henrik