Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jan 22, 2024
1 parent 7d5f8a9 commit eff813f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions e2e/check-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ DIR=$(cd "$(dirname "$0")"; pwd -P)

# TODO improve management of expected topics
# for example in the argo workflow job witch launch the alert simulator
if $NOSCIENCE ; then
EXPECTED_TOPICS="1"
else
if [ $NOSCIENCE = true ]
then
EXPECTED_TOPICS="11"
else
EXPECTED_TOPICS="1"
fi

count=0
Expand Down

0 comments on commit eff813f

Please sign in to comment.