[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[BUG] [PATCH] Avoid interaction in test ~ob-tangle/detangle-false-positi
From: |
Evgenii Klimov |
Subject: |
[BUG] [PATCH] Avoid interaction in test ~ob-tangle/detangle-false-positive~ |
Date: |
Sun, 16 Jul 2023 13:36:06 +0100 |
Test ~ob-tangle/detangle-false-positive~ asks for confirmation to kill
the buffer, connected to testing/examples/babel.org file, that is
modified during the couse of the test.
Way to reproduce the bug (from projects main dir):
#+BEGIN_SRC sh :dir (expand-file-name ".")
emacs -Q \
-L lisp/ -L testing/ -L testing/lisp -l lisp/org.el \
-l lisp/org-id.el -l testing/org-test.el -l
testing/lisp/test-ob-tangle.el \
--eval "(progn (org-reload) (setq org-confirm-babel-evaluate nil) \
(org-babel-do-load-languages 'org-babel-load-languages \
'((emacs-lisp . t) (shell . t) (org . t))))" \
--eval '(ert "ob-tangle/detangle-false-positive")'
#+END_SRC
0001-testing-lisp-test-ob-tangle.el-Avoid-interaction-in-.patch
Description: Text Data
- [BUG] [PATCH] Avoid interaction in test ~ob-tangle/detangle-false-positive~,
Evgenii Klimov <=
Re: [BUG] [PATCH] Avoid interaction in test ~ob-tangle/detangle-false-positive~, Ihor Radchenko, 2023/07/21