Skip to content

Commit 04d9490

Browse files
huangshaoqinrppt
authored andcommitted
memblock test: Modify the obsolete description in README
The VERBOSE option in Makefile has been moved, but there still have the description left in README. For now, we use `-v` options when running memblock test to print information, so using the new to replace the obsolete items. Signed-off-by: Shaoqin Huang <[email protected]> Acked-by: Rebecca Mckeever <[email protected]> Signed-off-by: Mike Rapoport <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0a7e915 commit 04d9490

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

tools/testing/memblock/README

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,23 @@ To run the tests, build the main target and run it:
3333

3434
$ make && ./main
3535

36-
A successful run produces no output. It is also possible to override different
37-
configuration parameters. For example, to include verbose output, specify the
38-
VERBOSE flag when building the main target:
36+
A successful run produces no output. It is possible to control the behavior
37+
by passing options from command line. For example, to include verbose output,
38+
append the `-v` options when you run the tests:
3939

40-
$ make VERBOSE=1
40+
$ ./main -v
4141

4242
This will print information about which functions are being tested and the
4343
number of test cases that passed.
4444

45-
To simulate enabled NUMA, use:
45+
For the full list of options from command line, see `./main --help`.
46+
47+
It is also possible to override different configuration parameters to change
48+
the test functions. For example, to simulate enabled NUMA, use:
4649

4750
$ make NUMA=1
4851

49-
For the full list of options, see `make help`.
52+
For the full list of build options, see `make help`.
5053

5154
Project structure
5255
=================

0 commit comments

Comments
 (0)