From 7f2ffe05d5f5fa2001f97790aecf2e68f91bbe6a Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 26 Nov 2013 09:58:10 +0100 Subject: Clean up checks for .svn directory --- bin/prado-cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/prado-cli.php') diff --git a/bin/prado-cli.php b/bin/prado-cli.php index 4fa70c08..b4b43062 100755 --- a/bin/prado-cli.php +++ b/bin/prado-cli.php @@ -569,7 +569,7 @@ class PradoCommandLineUnitTest extends PradoCommandLineAction if($match==null||($match!=null && $this->hasMatch($match,$entry))) $test->addTestFile($path.'/'.$entry); } - if($entry!=='.' && $entry!=='..' && $entry!=='.svn' && is_dir($path.'/'.$entry) && $recursive) + if($entry!=='.' && $entry!=='..' && is_dir($path.'/'.$entry) && $recursive) $this->addTests($test,$path.'/'.$entry,$recursive,$match); } closedir($dir); -- cgit v1.2.3