Skip to content

Commit

Permalink
rm redundant debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Jul 21, 2020
1 parent cb9ada2 commit 75af80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ DOCKER_COMPOSE_TEST=docker-compose -f docker-compose.test.yml

test-centos test-debian test-docker test-docker-standalone: release
$(DOCKER_COMPOSE_TEST) up --force-recreate -d $(subst test,relay,$@)
$(DOCKER_COMPOSE_TEST) logs -f -t &
trap "$(DOCKER_COMPOSE_TEST) logs && $(DOCKER_COMPOSE_TEST) rm -f" EXIT; $(DOCKER_COMPOSE_TEST) run --rm $@

integration-test: test-centos test-debian test-docker test-docker-standalone
Expand Down

0 comments on commit 75af80d

Please sign in to comment.