You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-12-13 23:25:51 +02:00
Add log module.
This commit is contained in:
@@ -313,8 +313,9 @@ sub run
|
||||
' -Werror -Wfatal-errors -Wall -Wextra -Wwrite-strings -Wno-clobbered' .
|
||||
($self->{oTest}->{&TEST_VM} ne VM_CO6 && $self->{oTest}->{&TEST_VM} ne VM_U12 ? ' -Wpedantic' : '') .
|
||||
" -I$self->{strBackRestBase}/src -I$self->{strBackRestBase}/test/src test.c" .
|
||||
" $self->{strBackRestBase}/test/src/common/harnessTest.c " .
|
||||
join(' ', @stryCFile) . " -l crypto -o test";
|
||||
" $self->{strBackRestBase}/test/src/common/harnessTest.c" .
|
||||
" $self->{strBackRestBase}/test/src/common/logTest.c" .
|
||||
' ' . join(' ', @stryCFile) . " -l crypto -o test";
|
||||
|
||||
executeTest(
|
||||
'docker exec -i -u ' . TEST_USER . " ${strImage} bash -l -c '" .
|
||||
|
||||
Reference in New Issue
Block a user