Open
Description
It looks like there is a clash between the management of the redirection of the IO
test-runner/src/main/java/eu/stamp_project/testrunner/EntryPoint.java
Lines 750 to 769 in adb1c99
The condition EntryPoint.verbose && EntryPoint.outPrintStream != null
is checked twice and has two different bodies.
pb.redirectOutput(Redirect.PIPE);
pb.redirectError(Redirect.PIPE);
vs
inheritIO(process.getInputStream(), EntryPoint.outPrintStream);
inheritIO(process.getErrorStream(), EntryPoint.outPrintStream);
Metadata
Assignees
Labels
No labels
Activity