summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-11-26 10:02:21 +0100
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-11-26 10:02:21 +0100
commit94462d073853874e9c52b7863f05b9787de6d8d0 (patch)
tree4b9fd8d1529f48ae327f1f157803158ffb7bd541 /bin
parentf668d239e4d897aecb4d8ff25c7080ea152c0e54 (diff)
parent7f2ffe05d5f5fa2001f97790aecf2e68f91bbe6a (diff)
Merge branch 'master' of github.com:pradosoft/prado
Diffstat (limited to 'bin')
-rwxr-xr-xbin/prado-cli.php2
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);