Add in the emacs repository org-mode documents.

This commit is contained in:
Tom Alexander 2023-09-06 17:06:17 -04:00
parent b83a103c17
commit 5cefcd5fac
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ FROM tester as foreign-document-test
RUN apk add --no-cache bash coreutils
RUN mkdir /foreign_documents
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"]

View File

@ -26,6 +26,7 @@ function main {
PARSE="${CARGO_TARGET_DIR}/release-lto/parse"
run_compare_function "org-mode" compare_all_org_document "/foreign_documents/org-mode"
run_compare_function "emacs" compare_all_org_document "/foreign_documents/emacs"
}
function green_text {