Command Line Options

Following options are parsed by the class DfltEnvironment.

Options (all options are optional):
  -h       --help             Print this message.
           --disable-console  Disable reporting into the console.
  -v       --verbose          Make the console reporter verbose. This option
                              turns on printing of results of passed tests.
  -j file  --junit=file       Print report into a file in the JUnit XML format.
                              This option may be used several times. Several
                              files will then be written.
  -r glob  --restrictive=glob Run just test object which match the tag glob.
                              The default value runs all untagged objects.
  -m file  --regression=file  Path of the regression file. The default value
                              is 'regression.ot2tm' (stored in the working
                              directory).
  -t name  --test=name        Name of the test how it's reported. The default
                              value is the name of the test's binary.