This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 5b17c646bd8966c4ce67ee1c47abb529ff0e29ad
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Nov 10 13:46:01 2022 +0100

    Fixed some stuff in AWS SNS Test
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 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/

Reply via email to