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

Hi Khen1950fx,
What do you mean by using different break keys? I fond lots of ways to break out of the opertation and get my shell back, but all these results in quit messages, so the prove or make test routines will not proceed because of the break or quit return value.
wollik

Replies are listed 'Best First'.
Re^4: make test hangs
by Khen1950fx (Canon) on Feb 16, 2015 at 01:54 UTC
    You don't want the shell back, but you want to unhang the test. Pause/Break for unhanging; Ctrl-C for quiting. Remember: experiment and breathe once in awhile:).