[K/N][tests] Close stdin after piping all the data ^KT-61259
This commit is contained in:
committed by
Space Team
parent
97a86e0ee3
commit
2abf9bccba
+1
-1
@@ -35,7 +35,7 @@ internal class LocalTestRunner(private val testRun: TestRun) : AbstractLocalProc
|
||||
override fun customizeProcess(process: Process) {
|
||||
testRun.runParameters.get<TestRunParameter.WithInputData> {
|
||||
process.outputStream.write(inputDataFile.readBytes())
|
||||
process.outputStream.flush()
|
||||
process.outputStream.close()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user