in reply to Removing a test script from perl source
My only means of escape from this hang (AFAIK) is to hit Ctrl-C, which kills the entire 'make test' process - meaning that none of the other ensuing tests are run.
You could just kill the offending test script process using the task manager or some other similar tool. For instance, I like Sysinternals Process Explorer (procexp) which shows processes as a tree and so it is easy to find the blocking child and kill it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Removing a test script from perl source
by syphilis (Archbishop) on Nov 19, 2017 at 03:16 UTC |