reframe icon indicating copy to clipboard operation
reframe copied to clipboard

Allow tests to get control of the terminal

Open vkarak opened this issue 2 years ago • 0 comments

Sometimes a test my need to use sudo to run a command. This currently fails, as stdin is set to /dev/null when we spawn processes. Reading from stdin is not an option as well, as this would imply that somebody would have to give their password in plain text. Ideally, we would like for such programs to get control of the terminal and get their input. I have no idea if this is possible, but I'm recording it as a nice to have feature.

vkarak avatar Nov 17 '22 22:11 vkarak