~octaspire/ox-base64-html

e8086f9b8fe04bab70f2c65256fc4b36b35eb03f — octaspire 2 years ago 7fad550
Fix loading test
1 files changed, 1 insertions(+), 1 deletions(-)

M .builds/debian_stretch.yml
M .builds/debian_stretch.yml => .builds/debian_stretch.yml +1 -1
@@ 12,7 12,7 @@ tasks:
    - show-version: |
        emacs --version
    - run-emacs-test-load: |
        emacs --batch --eval '(progn (load "~/ox-base64-html/ox-base64-html.el") (let ((str (format "%s\n" (featurep '\''ox-base64-html)))) (append-to-file str nil "~/result.txt")) (kill-emacs))'
        emacs --batch --eval '(progn (load "~/ox-base64-html/doc/example/publish.el") (let ((str (format "%s\n" (featurep '\''ox-base64-html)))) (append-to-file str nil "~/result.txt")) (kill-emacs))'
    - show-load-result: |
        cat ~/result.txt
    - check-load-result: |