Skip to content

Commit

Permalink
mmc: mmc_test: mention that '0' runs all tests
Browse files Browse the repository at this point in the history
I had to use the source to determine what I need to write to 'test' so
that all tests are run. Let's mention this explicitly in 'testlist'.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
  • Loading branch information
Wolfram Sang authored and Ulf Hansson committed Feb 29, 2016
1 parent 963b14f commit 1ac109d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/card/mmc_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -2829,6 +2829,7 @@ static int mtf_testlist_show(struct seq_file *sf, void *data)

mutex_lock(&mmc_test_lock);

seq_printf(sf, "0:\tRun all tests\n");
for (i = 0; i < ARRAY_SIZE(mmc_test_cases); i++)
seq_printf(sf, "%d:\t%s\n", i+1, mmc_test_cases[i].name);

Expand Down

0 comments on commit 1ac109d

Please sign in to comment.