浏览代码

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 14 年之前
父节点
当前提交
25a066d5b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
 		   (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))