Skip to content
Snippets Groups Projects
Commit 71cdfdce authored by Robin Appelman's avatar Robin Appelman
Browse files

only run tests of enabled apps

parent 819af699
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ require_once 'simpletest/default_reporter.php';
loadTests(dirname(__FILE__));
//load app test cases
$apps=OC_Appconfig::getApps();
$apps=OC_App::getEnabledApps();
foreach($apps as $app){
if(is_dir(OC::$SERVERROOT.'/apps/'.$app.'/tests')){
loadTests(OC::$SERVERROOT.'/apps/'.$app.'/tests');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment