Explorar el Código

more permissive selector in `org-test-run-all-tests'

Eric Schulte hace 15 años
padre
commit
49b22bb57e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      testing/org-test.el

+ 1 - 1
testing/org-test.el

@@ -171,7 +171,7 @@ files."
 Load all test files first."
   (interactive)
   (org-test-load)
-  (ert "^org"))
+  (ert "org"))
 
 (provide 'org-test)