antithesis: Enable Rust backtraces again

This commit is contained in:
Pekka Enberg 2025-04-26 12:59:19 +03:00
parent e8bc3086f2
commit e46c01928c

View file

@ -80,4 +80,6 @@ RUN chmod 777 -R /opt/antithesis/test/v1
RUN mkdir /opt/antithesis/catalog
RUN ln -s /opt/antithesis/test/v1/bank-test/*.py /opt/antithesis/catalog
ENTRYPOINT ["/bin/docker-entrypoint.sh"]
ENV RUST_BACKTRACE=1
ENTRYPOINT ["/bin/docker-entrypoint.sh"]