We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfce480 commit 3d9f7e2Copy full SHA for 3d9f7e2
scripts/tests/chiptest/darwin.py
@@ -22,6 +22,6 @@
22
class DarwinExecutor(Executor):
23
def run(self, subproc: SubprocessInfo, stdin, stdout, stderr):
24
# Try harder to avoid any stdout buffering in our tests
25
- wrapped = wrapped.wrap_with('stdbuf', '-o0', '-i0')
+ wrapped = subproc.wrap_with('stdbuf', '-o0', '-i0')
26
s = subprocess.Popen(wrapped.to_cmd(), stdin=stdin, stdout=stdout, stderr=stderr)
27
return s
0 commit comments