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

This commit is contained in:
Eric Schulte 2010-10-04 08:30:35 -06:00
parent 5bafe303aa
commit 49b22bb57e
1 changed files with 1 additions and 1 deletions

View File

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