diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-26 10:02:21 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-26 10:02:21 +0100 |
commit | 94462d073853874e9c52b7863f05b9787de6d8d0 (patch) | |
tree | 4b9fd8d1529f48ae327f1f157803158ffb7bd541 /bin/prado-cli.php | |
parent | f668d239e4d897aecb4d8ff25c7080ea152c0e54 (diff) | |
parent | 7f2ffe05d5f5fa2001f97790aecf2e68f91bbe6a (diff) |
Merge branch 'master' of github.com:pradosoft/prado
Diffstat (limited to 'bin/prado-cli.php')
-rwxr-xr-x | bin/prado-cli.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |