Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove dashes before command, related with OFBIZ-5872

...

Code Block
ofbiz$ java -jar ofbiz.jar -test

To run just the tests for one component run something like (for the entity component):

Code Block
ofbiz$ java -jar ofbiz.jar -test -component=entity

Performance Monitoring and Tuning

...

Code Block
java -jar ofbiz.jar -pos

or currently on Windows use startofbizPos.

...

Code Block
java -jar ofbiz.jar -both

or currently on Windows use startofbizBoth.

...