You've already forked pgbackrest
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:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user