Browse Source

catching more general errors during recursive load of test files

* testing/org-test.el (org-test-load): Catching more general errors
  during recursive load.
Eric Schulte 13 years ago
parent
commit
25a066d5b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/org-test.el

+ 1 - 1
testing/org-test.el

@@ -280,7 +280,7 @@ then remove it and place the point there before running BODY."
 		     (rld path)
 		     (rld path)
 		   (condition-case nil
 		   (condition-case nil
 		       (load-file path)
 		       (load-file path)
-		     (org-exe-not-found nil))))
+		     (org-test-missing-dependency nil))))
 	       (directory-files base 'full
 	       (directory-files base 'full
 				"^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*\\.el$"))))
 				"^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*\\.el$"))))
     (rld (expand-file-name "lisp" org-test-dir))
     (rld (expand-file-name "lisp" org-test-dir))