Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eloots committed Jul 29, 2020
1 parent 442bf85 commit abd486e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/reference-mainadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,14 @@ compiles without errors and all tests pass for _**each and every**_ exercise.
Verifying this manually is tedious and error prone.

The alternative is to automate the process and this can be done with the
help of `cmt-mainadm`.
help of `cmt-mainadm -t ...`

Running:

```
cmt-mainadm -t <some_test_file> [-cfg config_file] [-dot] [-nar] <main_repo>
```

Running `cmt-mainadm -t <some_test_file> [-cfg config_file] [-dot] [-nar] <main_repo>`
will generate a script (with the file name passed as an argument to the `-t` option)
that, when executed, will run the following steps:

Expand Down

0 comments on commit abd486e

Please sign in to comment.