From 9fb3e136d8dadab0af8d94bc343871fb378dee6f Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sat, 28 Jan 2012 15:51:57 -0700 Subject: [PATCH] adding a "troubleshooting" section to the testing README --- testing/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/README b/testing/README index b83c39ca4..4a68174c1 100644 --- a/testing/README +++ b/testing/README @@ -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.