0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

adding a "troubleshooting" section to the testing README

This commit is contained in:
Eric Schulte 2012-01-28 15:51:57 -07:00
parent 106e1b6477
commit 9fb3e136d8

View file

@ -39,3 +39,7 @@ load and run the test suite with the following commands.
#+BEGIN_SRC emacs-lisp
(org-test-run-all-tests)
#+END_SRC
* troubleshooting
- If the value of the =org-babel-no-eval-on-ctrl-c-ctrl-c= is non-nil
then it will result in some test failure, as there are tests which
rely on this behavior.