Pārlūkot izejas kodu

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

Eric Schulte 15 gadi atpakaļ
vecāks
revīzija
49b22bb57e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)