Skip to content

Commit

Permalink
Fixed some stuff in AWS SNS Test
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Nov 10, 2022
1 parent d48983e commit 5b17c64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion it-tests/aws/aws-sns/sink/timer-aws-sns-it-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 5b17c64

Please sign in to comment.