commit | 2179b2e15968df087d81d57ed806dcfe6140b843 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sat Jan 16 05:07:35 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sat Jan 16 05:07:35 2016 +0000 |
tree | 0fdbdc7d98b2f450983bb98458ff6cb973d7c084 | |
parent | 264dcb729082579611de27680df701e763895298 [diff] |
Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings Otherwise, GDB seems to affect the terminal's foreground process group, interfering with test_ioctl, which does not expect the foreground process to change during the test. This change also solves the problem of the tests being stopped in the shell if test_gdb is run twice in parallel.