in reply to Re: make test hangs
in thread make test hangs
Hi Khen1950fx,
it is not the script, ist is also not the prove scriptin /usr/bin, is is the APP:PROOVE witch calls some TAP functions that will not give the control back to my shell.
I've put some additional logging into the /usr/bin/prove script to see what happened. It:
- creates the $app
- processses the $app
- executes by running the app ($app->run)
- exits with the either 0 or 1 depending on the previous return value
The test script is fired up, runs and logs after the entries done by the prove run.
But the shell where I started the prove command just hangs and waits for ever even if the test script has finished successfull.
wollik
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: make test hangs
by hotpelmen (Scribe) on Feb 16, 2015 at 03:13 UTC | |
by WolliK (Acolyte) on Feb 16, 2015 at 17:00 UTC | |
|
Re^3: make test hangs
by WolliK (Acolyte) on Feb 14, 2015 at 21:25 UTC | |
by Khen1950fx (Canon) on Feb 16, 2015 at 01:54 UTC |