Skip to content

Commit

Permalink
Update usage slighly
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed May 25, 2022
1 parent 70aecc7 commit 770b851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ Options:
-h This help text
-r Randomize port map, saved in test output directory as shufdata
-R FILE Use FILE as shufdata, useful when re-reunning the same test
-S Enable single-stepping of test(s), useful for debugging
-t REGEXP Run only tests that match REGEXP
-T CMD Complements -t REGEXP, which uses `grep -E`, CMD is custom filter
-v Increase verbosity of tests and framework
-v Increase verbosity of tests and framework, shows topology
-X Enable eXperimental tests
Bug report address: https://github.com/westermo/brist/issues
Expand Down
2 changes: 1 addition & 1 deletion brist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ usage()
echo " -S Enable single-stepping of test(s), useful for debugging"
echo " -t REGEXP Run only tests that match REGEXP"
echo " -T CMD Complements -t REGEXP, which uses \`grep -E\`, CMD is custom filter"
echo " -v Increase verbosity of tests and framework"
echo " -v Increase verbosity of tests and framework, shows topology"
echo " -X Enable eXperimental tests"
echo
echo "Bug report address: https://github.com/westermo/brist/issues"
Expand Down

0 comments on commit 770b851

Please sign in to comment.