testing_sanity.rst: add argument for running in docker (#71223)

pull/71569/head
Andrew Klychkov 4 years ago committed by GitHub
parent b9e2c4e37d
commit 56423b1648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,10 @@ How to run
To run sanity tests using docker, always use the default docker image
by passing the ``--docker`` or ``--docker default`` argument.
.. note::
When using docker and the ``--base-branch`` argument,
also use the ``--docker-keep-git`` argument to avoid git related errors.
.. code:: shell
source hacking/env-setup

Loading…
Cancel
Save