mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Use L to denote line numbers in test output.
The lower-case l was too easy to confuse with a 1.
This commit is contained in:
parent
cfe8e51910
commit
0a43be0183
@ -319,7 +319,7 @@ hrnTestLogTitle(int lineNo)
|
||||
putchar('-');
|
||||
|
||||
// Output line number
|
||||
printf(" l%04d", lineNo);
|
||||
printf(" L%04d", lineNo);
|
||||
|
||||
// Increment testSub and reset log time
|
||||
testRunSub++;
|
||||
@ -363,7 +363,7 @@ hrnTestLogPrefix(const int lineNo)
|
||||
harnessTestLocal.logLastLineNo = lineNo;
|
||||
|
||||
// Add line number and padding
|
||||
printf("l%04d ", lineNo);
|
||||
printf("L%04d ", lineNo);
|
||||
fflush(stdout);
|
||||
|
||||
FUNCTION_HARNESS_RETURN_VOID();
|
||||
|
Loading…
Reference in New Issue
Block a user