The Skip command allows the user to skip various parts of the test preprocessing. It remains in effect until another Skip command is issued is issued. The command only allows one value to be in effect at a time. This command is synchronous.
SYNTAX: |
[:skip XX] | |
ABBREVIATION: |
none | |
ALTERNATE COMMAND: |
none | |
OPTIONS: |
all |
Skip all preprocessing |
|
cpg |
Skip codepage translation |
|
none |
Do not skip anything |
PARAMETERS: |
none |
|
DEFAULT: |
The default is set to [:skip none]. | |
EXAMPLES: |
[:skip cpg] [:skip all] [:skip none] | |
NOTES: |
This command only allows one option to be in effect at a time, so in the example, [:skip cfg] overrides [:skip all]. | |
|
|