Skip to content

Commit

Permalink
doc: add --recurse-submodules when cloning the repo
Browse files Browse the repository at this point in the history
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.

Link: https://lore.kernel.org/ltp/20240823083720.1545566-1-jingyisong@hust.edu.cn/
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Jingyi Song <jingyisong@hust.edu.cn>
  • Loading branch information
JingJing1016 authored and pevik committed Aug 30, 2024
1 parent 6c3293c commit 9a6f389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/users/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a6f389

Please sign in to comment.