]> git.baikalelectronics.ru Git - uboot.git/commit
test: fix typo in cmd_ut_category() description
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 27 Aug 2018 20:04:10 +0000 (22:04 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 31 Aug 2018 15:59:44 +0000 (11:59 -0400)
commitc5cd1249d284a9ffad770f042b2e7933405827a0
tree02cb46aab47775bae7cc2d254e29ba00b2f30ad4
parent2d86a492da734bb61b099ba312a817002901e261
test: fix typo in cmd_ut_category() description

argc = 1: all tests are run
argc > 1: only argv[1] is run

So we need argc >= 1.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/test/suites.h