You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-08 03:22:25 +03:00
Improved formatting of testResult() output.
This commit is contained in:
@@ -332,8 +332,8 @@ sub testResult
|
||||
if (!waitMore($oWait))
|
||||
{
|
||||
confess
|
||||
'expected ' . (defined($strExpected) ? "\"${strExpected}\"" : '[undef]') .
|
||||
" but actual was " . (defined($strActual) ? "\"${strActual}\"" : '[undef]');
|
||||
"expected:\n" . (defined($strExpected) ? "\"${strExpected}\"" : '[undef]') .
|
||||
"\nbut actual was:\n" . (defined($strActual) ? "\"${strActual}\"" : '[undef]');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user