This commit is contained in:
github-actions[bot] 2024-01-30 10:18:26 +00:00
parent b79fbd146b
commit fb3deeafc4
3 changed files with 49 additions and 49 deletions

View file

@ -2292,7 +2292,7 @@
<p>To run the test suite, you will need to:</p>
<ol>
<li><a href="https://docs.docker.com/get-docker/">Install Docker</a></li>
<li>Install <code>jq</code> and (GNU) <code>parallel</code> (under Ubuntu, use <code>sudo apt-get -y install jq parallel</code>)</li>
<li>Install <code>jq</code> , (GNU) <code>parallel</code> and <code>file</code> (under Ubuntu, use <code>sudo apt-get -y install jq parallel file</code>)</li>
<li>Execute <code>git submodule update --init --recursive</code> if you haven't already initialized the git submodules</li>
</ol>
<h3 id="executing-tests"><a class="toclink" href="#executing-tests">Executing Test(s)</a></h3>