This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-sns in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 91d79c36d7f98bf49d6420ab5637e32228f8423b Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Nov 10 13:46:01 2022 +0100 Fixed some stuff in AWS SNS Test Signed-off-by: Andrea Cosentino <[email protected]> --- it-tests/aws/aws-sns/sink/timer-aws-sns-it-test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/it-tests/aws/aws-sns/sink/timer-aws-sns-it-test.sh b/it-tests/aws/aws-sns/sink/timer-aws-sns-it-test.sh index d840f428..ce56cc5f 100755 --- a/it-tests/aws/aws-sns/sink/timer-aws-sns-it-test.sh +++ b/it-tests/aws/aws-sns/sink/timer-aws-sns-it-test.sh @@ -19,7 +19,6 @@ sleep 10 variable=`jbang run -Dcamel.jbang.version=$camel_version camel@apache/camel get | tail -n +2` success=`echo $variable | cut -d' ' -f11` fail=`echo $variable | cut -d' ' -f12` -echo $success $fail if [[ $success == 5 && $fail == 0 ]] then mkdir -p ../../../tests/
