1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Create a master list of errors in build/error.yaml.

The C and Perl errors lists are created automatically by Build.pm so they stay up to date.
This commit is contained in:
David Steele
2018-02-08 16:11:47 -05:00
parent eba31fbfe5
commit 1659598cfe
26 changed files with 911 additions and 366 deletions

View File

@ -27,8 +27,8 @@ testRun()
{
exitSafe(true);
testLogResult(
"P00 ERROR: [125]: test error message\n"
"P00 INFO: archive-push command end: aborted with exception [125]");
"P00 ERROR: [122]: test error message\n"
"P00 INFO: archive-push command end: aborted with exception [122]");
}
TRY_END();
}