* [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
* Re: [LTP] [PATCH] doc: add `--recurse-submodules` when cloning the repo
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
0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2024-08-26 11:28 UTC (permalink / raw)
To: Jingyi Song; +Cc: ltp
Hi!
> 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.
Sounds good to me, we do have a few sumbodules already and it makes
sense to pull them with the initial clone.
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] [PATCH] doc: add `--recurse-submodules` when cloning the repo
2024-08-26 11:28 ` Cyril Hrubis
@ 2024-08-30 13:16 ` Petr Vorel
0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2024-08-30 13:16 UTC (permalink / raw)
To: Cyril Hrubis; +Cc: Jingyi Song, ltp
Hi all,
> Hi!
> > 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.
thanks, merged!
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [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