On 10/7/19 4:04 PM, Brendan Higgins wrote:
On Sun, Sep 8, 2019 at 4:40 PM Brendan Higgins
<[email protected]> wrote:
On Sat, Sep 7, 2019 at 2:01 PM SeongJae Park <[email protected]> wrote:
kunit wrapper script ('kunit.py') receives a sub-command (only 'run' for
now) as its argument. If no sub-command is given, it prints help
message and just quit. However, an example command in the kunit
documentation for a verification of kunit is missing the sub-command.
This commit fixes the example.
Signed-off-by: SeongJae Park <[email protected]>
Reviewed-by: Brendan Higgins <[email protected]>
Shuah, can you apply this to the kselftest KUnit branch? This should
not require a resend.
Done. Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
test
thanks,
-- Shuah