This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch cdc-ex in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit a126f6c4607a46579543a873c4257226cadb2927 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Nov 24 13:17:51 2022 +0100 Added an it-tests for AWS S3 CDC to Makefile Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- it-tests/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/it-tests/Makefile b/it-tests/Makefile index d123f02a..6b7485ef 100644 --- a/it-tests/Makefile +++ b/it-tests/Makefile @@ -74,4 +74,11 @@ misc: ./scripts/results.sh rm -rf tests -.PHONY: all aws misc clean +cdc: + mkdir -p tests + cd aws/aws-s3-cdc/source/ && \ + ./aws-s3-cdc-log-it-test.sh $(camel-version) + ./scripts/results.sh + rm -rf tests + +.PHONY: all aws misc cdc clean