in reply to Interactive prompts inside a test harness
Suggestion two: make test suppresses all output to STDOUT, and you should probably only output test results (...ok lines and #comments etc) to STDOUT during tests anyway. So a quick fix is to send user info to STDERR instead.
|
|---|