Skip to content

Commit

Permalink
testall: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wagner-intevation committed Jun 26, 2024
1 parent 48fdcf3 commit 60495c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ if [ "$USE_CERTBUND" == "true" ]; then
fi
set -e

# Suspend mailgen. Lock will be removed after successful fun of mailgen tests
# Suspend mailgen. Lock will be removed after successful run of mailgen tests
docker exec intelmq-mailgen touch /tmp/intelmqcbmail_disabled
fi

# clear deduplicator cache
docker exec intelmq-redis redis-cli -n 6 flushdb
# Run IntelMQ tests
# Run IntelMQ tests inside the container
docker exec --env-file=.env -e DEBUG=${DEBUG-} intelmq /opt/test.sh

# Prerequisites
sudo apt install -y wget uuid-runtime jq
sudo apt-get install -y wget uuid-runtime jq

# Run fody tests
./fody/test.sh
Expand Down

0 comments on commit 60495c3

Please sign in to comment.