diff --git a/reframe/utility/osext.py b/reframe/utility/osext.py index 25bf69c96d..1ef9045bae 100644 --- a/reframe/utility/osext.py +++ b/reframe/utility/osext.py @@ -112,6 +112,7 @@ def run_command_async(cmd, return subprocess.Popen(args=cmd, stdout=stdout, stderr=stderr, + stdin=subprocess.DEVNULL, universal_newlines=True, shell=shell, **popen_args)