docs: add file as a test prerequisite

added in 47f8d50beb we now need file for tests
This commit is contained in:
Andreas Perhab 2024-01-30 08:48:41 +01:00
parent 23705e6712
commit e29e293be5
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Parallel tests are further partitioned into smaller sets. If your system has the
To run the test suite, you will need to: To run the test suite, you will need to:
1. [Install Docker][get-docker] 1. [Install Docker][get-docker]
2. Install `jq` and (GNU) `parallel` (under Ubuntu, use `sudo apt-get -y install jq parallel`) 2. Install `jq` , (GNU) `parallel` and `file` (under Ubuntu, use `sudo apt-get -y install jq parallel file`)
3. Execute `git submodule update --init --recursive` if you haven't already initialized the git submodules 3. Execute `git submodule update --init --recursive` if you haven't already initialized the git submodules
### Executing Test(s) ### Executing Test(s)