summaryrefslogtreecommitdiff
path: root/lib/sbin/RunTest.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-24 16:19:51 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-24 16:19:51 +0000
commit9ae1f86b3a5075fe203089a2bf1a5c90d53d8599 (patch)
treebb59bceef407efdac0c9c3927a175015423ba324 /lib/sbin/RunTest.pl
parent7ab38e0b5c330d30d4fe07b47771b64af8b4b276 (diff)
Removed debug statement
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2752 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/RunTest.pl')
-rw-r--r--lib/sbin/RunTest.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sbin/RunTest.pl b/lib/sbin/RunTest.pl
index 54b0a094..08912f89 100644
--- a/lib/sbin/RunTest.pl
+++ b/lib/sbin/RunTest.pl
@@ -71,7 +71,6 @@ while ($choice !~ /^Q/i)
$testdata = &RunTest($test,$thorn,$config_data,$testdata);
}
$rundata = &CompareTestFiles($test,$thorn,\%runconfig,$rundata,$config_data,$testdata);
- print "fff $thorn $test: $rundata->{\"$thorn $test NFAILWEAK\"}\n";
$rundata = &ReportOnTest($test,$thorn,$rundata,$testdata);
if ($choice =~ /^I/i)