Documentation: kunit: fix example run_kunit func to allow spaces in args
authorDaniel Latypov <dlatypov@google.com>
Wed, 18 May 2022 17:01:22 +0000 (10:01 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 11 Jul 2022 22:33:51 +0000 (16:33 -0600)
commit77ce8ba3f069c10197bc354662eab09faa5693e2
treee295c35b43becedf927184af36fbec1ce312a55c
parent7635778bac7e46458392c1261e3916e8e9e86860
Documentation: kunit: fix example run_kunit func to allow spaces in args

Without the quoting, the example will mess up invocations like
$ run_kunit "Something with spaces"

Note: this example isn't valid, but if ever a usecase arises where a
flag argument might have spaces in it, it'll break.

Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/running_tips.rst