van-smith / OPBM

Open Productivity Benchmark
1 stars 0 forks source link

'opbm.jar -official' does nothing #46

Closed van-smith closed 13 years ago

van-smith commented 13 years ago

Issuing the following command opens OPBM for a fraction of a second, closes down and does nothing more:

opbm.jar -official

Fully specifying the command makes no difference other than outputting a few more lines to the console. E.g.:

java - jar -opbm.jar -official

The last line outputted is: "Beginning Official Run named 'Official Run'"

ghost commented 13 years ago

Fixed. The thread which starts the official run or trial run from the command line was being terminated after the option was recognized and processing began. Thread now waits for official run or trial run to complete before continuing.

van-smith commented 13 years ago

Verified.