Use HTML table instead

This commit is contained in:
JeremyStar™ 2024-10-27 13:32:51 +01:00
parent 47341ee2d0
commit 6448d52aaf
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -13,5 +13,17 @@ See [bashutils.staropensource.de](https://bashutils.staropensource.de)
You run bashutils' tests by invoking the `test.sh` script.
The test script accepts environment variables as configuration.
### Configuration
| VARIABLE | TYPE | DEFAULT | DESCRIPTION |
| `FAILFAST` | bool | `false` | Terminates if a test fails instead of continuing |
<table>
<tr>
<td>VARIABLE</td>
<td>TYPE</td>
<td>DEFAULT</td>
<td>DESCRIPTION</td>
</tr>
<tr>
<td><code>FAILFAST</code></td>
<td>bool</td>
<td><code>false</code></td>
<td>Terminates if a test fails instead of continuing</td>
</tr>
</table>