in reply to Interactive tests
If you want a user to press Ctrl+C, you can send it a SIGINT, a interrupt signal instead.
You can either let the user provide values through configuration files or environment variables.
If you need interaction I'd suggest to skip the interactive tests unless an environment variable like $ENV{TEST_INTERACTVE} or something is set.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Interactive tests
by Cagao (Monk) on Apr 17, 2008 at 21:28 UTC | |
by moritz (Cardinal) on Apr 17, 2008 at 21:32 UTC | |
by Cagao (Monk) on Apr 17, 2008 at 21:39 UTC | |
by moritz (Cardinal) on Apr 17, 2008 at 21:44 UTC | |
by Cagao (Monk) on Apr 17, 2008 at 22:08 UTC |