Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Correct a typo.
  • Loading branch information
wayne-ma authored and ysun committed May 28, 2024
1 parent 4e109a7 commit ddea404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Normally, there're one or more executable binaries or scirpts in a sub-project,
There are 2 ways to pass test to **runtests**, add point 3 and 4 for general dependence check:
1. `-c`: Pass test cmdline.
2. `-f <component/tests*>`: the `tests*` file under each component folder records the detailed test cmd lines.
3. `-d <compoent/tests*>`: the `tests*` file under each component folder records the detailed test cmd lines.
3. `-d <component/tests*>`: the `tests*` file under each component folder records the detailed test cmd lines.
4. `-d <tests-server|tests-client>`: tests-server or tests-client for all features dependence

Output of tests can be saved in a file using `-o` option.
Expand Down

0 comments on commit ddea404

Please sign in to comment.