Skip to content

Commit

Permalink
fix : issue with integration tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Oct 24, 2023
1 parent bc20bca commit 8c04b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-em-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ echo "Start Tests:" `date`
echo "HOST=${HOST}"
echo "PORT=${PORT}"

if [[ $@ == "start" ]]
if [[ $@ == *"start"* ]]
then
echo "Restarting the test environment..."
echo "$ docker compose -f docker-compose.yml down --remove-orphans -v"
Expand Down

0 comments on commit 8c04b40

Please sign in to comment.