Add in the emacs repository org-mode documents.
This commit is contained in:
parent
b83a103c17
commit
5cefcd5fac
@ -43,6 +43,7 @@ FROM tester as foreign-document-test
|
|||||||
RUN apk add --no-cache bash coreutils
|
RUN apk add --no-cache bash coreutils
|
||||||
RUN mkdir /foreign_documents
|
RUN mkdir /foreign_documents
|
||||||
COPY --from=build-org-mode /root/org-mode /foreign_documents/org-mode
|
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
|
COPY foreign_document_test_entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
@ -26,6 +26,7 @@ function main {
|
|||||||
PARSE="${CARGO_TARGET_DIR}/release-lto/parse"
|
PARSE="${CARGO_TARGET_DIR}/release-lto/parse"
|
||||||
|
|
||||||
run_compare_function "org-mode" compare_all_org_document "/foreign_documents/org-mode"
|
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 {
|
function green_text {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user