summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-01-26 19:40:37 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-01-26 19:40:37 +0000
commita2309eb58c5107a4afdac9aaa2d044a7680242ce (patch)
tree6ee939870685ac3b5c8893825f96cb5ddf2cbbc7 /lib/sbin
parent610f98724bb71dc3706eae8381f56fe22fdf38a5 (diff)
make testsuite script aware of comments in lines with ActiveThorns statements.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4784 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin')
-rw-r--r--lib/sbin/RunTestUtils.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl
index 6d6d2a64..391e8ae2 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -110,6 +110,7 @@ sub ParseParFile
while (<IN>)
{
$line = $_;
+ $line =~ s/#.*//g;
if($processing_active == 1)
{