mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 10:10:12 +00:00
Add log dump to functional test
This commit is contained in:
parent
be9990db39
commit
a94d829685
@ -27,4 +27,4 @@ RUN named-checkconf
|
|||||||
# Copy over the functional tests
|
# Copy over the functional tests
|
||||||
COPY modules/api/src/test/functional /functional_test
|
COPY modules/api/src/test/functional /functional_test
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash", "-c", "/initialize.sh bind localstack vinyldns-api mysql && /functional_test/run.sh \"$@\""]
|
ENTRYPOINT ["/bin/bash", "-c", "/initialize.sh bind localstack vinyldns-api mysql && { /functional_test/run.sh \"$@\" || { cat /opt/vinyldns/vinyldns.log && exit 1; }; }"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user