For anyone who has written an integration test, do...
# contributing-to-airbyte
c
For anyone who has written an integration test, do you good way of getting stderr from
entrypoint.sh
when running integration tests?
u
so
entrypoint.sh
is already logging to stderr and you’re trying to capture that when running it via
docker run...etc
from your test?
u
there is an error in my
entrypoint.sh
, but i can’t figure out how to get at the logs.
u
when running an integration test.
u
it's usually only visibile at the highest level of grouping in intellij
u
oh
u
cool. i can work with that.