1
0
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:
David Steele
2018-01-16 13:52:20 -05:00
parent eb452c8add
commit 39cb971afb
17 changed files with 584 additions and 21 deletions

View File

@@ -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 '" .