tests: remove outdated comment in test-session
we *are* using runProgram2, just not its builtin stdout stream. Change-Id: I1766a9e443f539979f1f780a6d32294d103fb10f
This commit is contained in:
@@ -18,7 +18,6 @@ RunningProcess RunningProcess::start(std::string executable, Strings args)
|
||||
procStdin.create();
|
||||
procStdout.create();
|
||||
|
||||
// This is separate from runProgram2 because we have different IO requirements
|
||||
auto proc = runProgram2({
|
||||
.program = executable,
|
||||
.searchPath = false,
|
||||
|
||||
Reference in New Issue
Block a user