From e8086f9b8fe04bab70f2c65256fc4b36b35eb03f Mon Sep 17 00:00:00 2001 From: octaspire Date: Mon, 12 Oct 2020 00:05:23 +0300 Subject: [PATCH] Fix loading test --- .builds/debian_stretch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/debian_stretch.yml b/.builds/debian_stretch.yml index 18d6114..5b1e892 100644 --- a/.builds/debian_stretch.yml +++ b/.builds/debian_stretch.yml @@ -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: | -- 2.38.5