in reply to Re^2: make test hangs
in thread make test hangs

Shouldn't you be able to run prove -bv? Then you don't have to fiddle with the harness directly. If it runs as it should, then your problem is probably something in the makefile. If it doesn't run as it should, the error messages might be more helpful at least.


Dave

Replies are listed 'Best First'.
Re^4: make test hangs
by WolliK (Acolyte) on Feb 12, 2015 at 18:26 UTC

    Hi Dave,
    when i run prove -bv I get the hang on the same position.

    /tmp/DBI-1.633>prove -bv
    t/00simple_test.t ...............<--- hangs for ever

    When I run it for a specific script is shows: t/00simple_test.t ..<--- hangs for ever now after two dots

    When I run it in DRY run mode ("prove -D"(do nothing just check for the scripts) it works fine, no hang and it comes to an end!
    So I need to find why it hangs, at what state and in what module or routine happens this stuck situation?

    Regards WolliK