Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Return value of the IOV command is not correct if invalid value specified in "-p (processor)" option
this needs to return error to user.
code change will be in switch statement of
try (PrintStream out = outputFile.equals("-") ? System.out : new PrintStream(outputFile, "UTF-8")) { switch (processor) {