Skip to content

Commit

Permalink
Update README for current flags
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Jun 27, 2024
1 parent 47e8477 commit 85eba3e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,14 @@ tester [options] <json_config>

Several useful options below you may find provide great assistance to your development.
#### Flags
* `-q`, `--quiet`: Quiet mode, don't print diffs, only shows failures/ successes
* `-v`, `--verbose`: Verbose mode, print out diffs and
* `-v`, `--verbose`: Print diff plus extra info with increasing levels as specified by additional `v` characters.
* `-t`, `--trace-times`: Print the time in seconds elapsed while executing the final toolchain step.
* `-h`, `--help`: List options and flags
* `-t`, `--timings`: Print the time in seconds an exectable elapses beside its pass or failure message.

#### Options
* `--debug-path <path>`: Over-rides the test directory specified in the config file for quick
debugging on a subset of the test-suite.
* `--summary <file_path>`: Writes the final summary to the file rather than
stdout
* `--file <path>` Override the test paths in the configuration and run one
test (or directory) specifically. Great for debugging. Perserves intermediate toolchain files.
* `--summary <file_path>`: Writes the test summary to the file supplied.

### Configuration
The configuration file specifies the directory of test packages, main executables, and toolchains used to transform the initial test file into output for comparison.
Expand Down

0 comments on commit 85eba3e

Please sign in to comment.