public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] doc: add `--recurse-submodules` when cloning the repo
@ 2024-08-23  8:37 Jingyi Song
  2024-08-26 11:28 ` Cyril Hrubis
  0 siblings, 1 reply; 3+ messages in thread
From: Jingyi Song @ 2024-08-23  8:37 UTC (permalink / raw)
  To: ltp; +Cc: Jingyi Song

User could run syscalls testing suite with
`./kirk -f ltp -r syscalls`,
but they may not be aware of the submodule `kirk`.
So I add the `--recurse-submodules` option.

Signed-off-by: Jingyi Song <jingyisong@hust.edu.cn>
---
 doc/users/quick_start.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/users/quick_start.rst b/doc/users/quick_start.rst
index 4a48745be..1581b1f0c 100644
--- a/doc/users/quick_start.rst
+++ b/doc/users/quick_start.rst
@@ -17,7 +17,7 @@ Basics requirements to build LTP are the following:
 
 .. code-block:: console
 
-   $ git clone https://github.com/linux-test-project/ltp.git
+   $ git clone --recurse-submodules https://github.com/linux-test-project/ltp.git
    $ cd ltp
    $ make autotools
    $ ./configure
-- 
2.43.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-30 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23  8:37 [LTP] [PATCH] doc: add `--recurse-submodules` when cloning the repo Jingyi Song
2024-08-26 11:28 ` Cyril Hrubis
2024-08-30 13:16   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox