-
Notifications
You must be signed in to change notification settings - Fork 32
Command Line Options
Dave Nicolette edited this page Feb 10, 2021
·
12 revisions
Home -> User Guide ->
The absolute path to the cobol-check configuration file on your development system. Defaults to [project-root]/config.properties.
The value can be any one of the following, case insensitive:
- off
- fatal
- error
- warn
- info
- debug
- trace
Default is info.
Name(s) of program(s) to be tested. Default is nothing. Can take a list (space-delimited). Can take a glob.
Name(s) of test(s) to run. Default is to run all tests located under the program's test suite directory.
Displays usage help and does not run the preprocessor.