Dispatch.fcgi results in tests being run?

Hi,

I’ve got some problems setting up radiantcms on my server.
If I manually run the dispatch.fcgi this is what I get:

[~/radiant/public]# ./dispatch.fcgi
Loaded suite ./dispatch.fcgi
Started

Finished in 0.000219 seconds.

0 tests, 0 assertions, 0 failures, 0 errors

This doesn’t seem right me, is it?

Any idea what is causing this?
I get this with a freshly retrieved radiant 0.6.2, modified
environment (production) and database.yml.

Best regards,

Jeroen J.

Hmm…

Apparently this is introduced in radiant 0.6.2 because I get the
following output:

[~]# ./radiant-0.6.1/public/dispatch.cgi
Status: 400 Bad Request

[~]# ./radiant-0.6.2/public/dispatch.cgi
Status: 400 Bad Request
Loaded suite ./radiant-0.6.2/public/dispatch.cgi
Started

Finished in 0.000145 seconds.

0 tests, 0 assertions, 0 failures, 0 errors

Not sure which change introduced this, but I’m trying to figure this
out.


Jeroen

Jeroen,

There is somewhere in the code a test suite being included. It’s a
lingering problem that I’ll look into tomorrow and going forward.

Sean