Switch the docker container over to invoking the rust-based foreign document test.

This commit is contained in:
Tom Alexander 2023-10-13 13:28:24 -04:00
parent 8271f6b44a
commit 3d68e1fd00
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -102,6 +102,4 @@ COPY --from=foreign-document-gather /foreign_documents/doomemacs /foreign_docume
COPY --from=foreign-document-gather /foreign_documents/worg /foreign_documents/worg
COPY --from=build-org-mode /root/org-mode /foreign_documents/org-mode
COPY --from=build-emacs /root/emacs /foreign_documents/emacs
COPY foreign_document_test_entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["cargo", "run", "--bin", "foreign_document_test", "--features", "compare,foreign_document_test"]