summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-01-27 22:36:47 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-01-27 22:36:47 +0000
commitdfb02e6849a271318ae410b66509e279f1486e6c (patch)
tree868e41a85dddc018f83ece1486cd27337d7c1976 /lib/sbin
parent7c990a67cd13dcc3ec48ce5916bbb9cb3c67bb62 (diff)
do not treat .svn directories as unrecognized test output files
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4527 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin')
-rw-r--r--lib/sbin/RunTestUtils.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl
index 313e0ca0..273c9032 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -609,7 +609,7 @@ sub FindFiles
$f =~ m:.*\.([^\s\.]+)\s*$:;
$extension = $1;
- if ($f !~ /^(\.\#.*|\.|\.\.|.*\.par|CVS|.*~)$/)
+ if ($f !~ /^(\.\#.*|\.|\.\.|.*\.par|CVS|.svn|.*~)$/)
{
if ($extension =~ /.+/ && $testdata->{"EXTENSIONS"} =~ /\b$extension\b/)
{