summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-09-23 09:57:40 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-09-23 09:57:40 -0600
commit25a066d5b6d4c95e20069f56489081fc45469203 (patch)
tree4eafeea573b3e6263bd6403df289640b2415f779
parentb3e322125ddc5e2c0da1e0aa77a91791da122b17 (diff)
downloadorg-mode-25a066d5b6d4c95e20069f56489081fc45469203.tar.gz
catching more general errors during recursive load of test files
* testing/org-test.el (org-test-load): Catching more general errors during recursive load.
-rw-r--r--testing/org-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/org-test.el b/testing/org-test.el
index b0be4f9..333fb5f 100644
--- a/testing/org-test.el
+++ b/testing/org-test.el
@@ -280,7 +280,7 @@ then remove it and place the point there before running BODY."
(rld path)
(condition-case nil
(load-file path)
- (org-exe-not-found nil))))
+ (org-test-missing-dependency nil))))
(directory-files base 'full
"^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*\\.el$"))))
(rld (expand-file-name "lisp" org-test-dir))