mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
Fix typo.
This commit is contained in:
parent
7f369006b5
commit
82baf1e521
@ -86,7 +86,7 @@ For testing, it is recommended that Vagrant and Docker be used; instructions are
|
||||
```
|
||||
/backrest/test/test.pl --dry-run
|
||||
```
|
||||
> **WARNING:** currently the `BACKREST_USER` in `ContainerTest.pm` must exists, or the test suite will fail with a string concatenation error.
|
||||
> **WARNING:** currently the `BACKREST_USER` in `ContainerTest.pm` must exist, or the test suite will fail with a string concatenation error.
|
||||
|
||||
If using a RHEL system, the CPAN XML parser is required for running `test.pl` and `doc.pl`. Instructions for installing Docker and the XML parse can be found in the `README.md` file of the pgBackRest [doc](https://github.com/pgbackrest/pgbackrest/blob/master/doc) directory in the section "The following is a sample CentOS/RHEL 7 configuration that can be used for building the documentation". NOTE that the `Install latex (for building PDF)` is not required since testing of the docs need only be run for HTML output.
|
||||
|
||||
|
@ -104,7 +104,7 @@
|
||||
/backrest/test/test.pl --dry-run
|
||||
</code-block>
|
||||
|
||||
<admonition type="warning">currently the <id>BACKREST_USER</id> in <file>ContainerTest.pm</file> must exists, or the test suite will fail with a string concatenation error.</admonition>
|
||||
<admonition type="warning">currently the <id>BACKREST_USER</id> in <file>ContainerTest.pm</file> must exist, or the test suite will fail with a string concatenation error.</admonition>
|
||||
|
||||
<p>If using a RHEL system, the CPAN XML parser is required for running <file>test.pl</file> and <file>doc.pl</file>. Instructions for installing Docker and the XML parse can be found in the <file>README.md</file> file of the <backrest/> <link url="{[github-url-master]}/doc">doc</link> directory in the section <quote>The following is a sample CentOS/RHEL 7 configuration that can be used for building the documentation</quote>. NOTE that the <code>Install latex (for building PDF)</code> is not required since testing of the docs need only be run for HTML output.</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user