diff options
Diffstat (limited to 'tools/testing/selftests/net/lib/py/utils.py')
| -rw-r--r-- | tools/testing/selftests/net/lib/py/utils.py | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/tools/testing/selftests/net/lib/py/utils.py b/tools/testing/selftests/net/lib/py/utils.py index 9e3bcddcf3e8..33b153767d89 100644 --- a/tools/testing/selftests/net/lib/py/utils.py +++ b/tools/testing/selftests/net/lib/py/utils.py @@ -61,6 +61,10 @@ class bkg(cmd):          self.terminate = not exit_wait          self.check_fail = fail +        if shell and self.terminate: +            print("# Warning: combining shell and terminate is risky!") +            print("#          SIGTERM may not reach the child on zsh/ksh!") +      def __enter__(self):          return self | 
