Use HTML table instead
This commit is contained in:
parent
47341ee2d0
commit
6448d52aaf
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue