van-smith / OPBM

Open Productivity Benchmark
1 stars 0 forks source link

cli official run iteration count does not work #90

Closed van-smith closed 13 years ago

van-smith commented 13 years ago

Launching an Official Run from the command line interface using the following syntax only performs one iteration:

opbm.jar -official(4)

Solution: either reject the syntax above as invalid or implement iterations for Official Runs (the Result Viewer will need to be suppressed until the last iteration).

kathy-smith commented 13 years ago

If you enter the syntax to trigger multiple iterations of an official run, the harness produces an error message, however if a space ' ' is placed between -official and ( -official (2) the run launches but triggers the error message in bug #104.

ghost commented 13 years ago

"-official" is a valid syntax. The harness interprets it as a correct command. It will then later ignore the (2) command, citing it as an error.

van-smith commented 13 years ago

All commandline parsing should occur immediately and the benchmark should report the errors at once and abort.

The current state of this issue is acceptable for 10.31.2011 deliverables.