Command Line Interface Sometimes, instead of running the default configuration of Tracer, you might want to do only select tests. That's easy too. All you have to do is type:
tracer [test] ...
where [test] is the name of one of the tests above and the ... indicates that you can list as many tests as you want to have performed.
Tracer will do one test after another until the list of tests is completed. For example:
tracer somefile umasks setuids changes
Will do the "somefile" tests followed by the "umasks" tests, and so on until it finishes with the "changes" tests.