summaryrefslogtreecommitdiff
path: root/lib/sbin/RunTestUtils.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-21 16:38:38 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-21 16:38:38 +0000
commitc0a0e2b3aaf52c8253d3be6a5f7e684198797021 (patch)
treee97cb3fa465d8d4ae7ff20f7389adcc8458b3c49 /lib/sbin/RunTestUtils.pl
parent7c7156ed3d4440e09bca5068bfc4a19d884dca2f (diff)
Formatting
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2839 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/RunTestUtils.pl')
-rw-r--r--lib/sbin/RunTestUtils.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl
index 37cc162d..b027e8c2 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -1113,7 +1113,7 @@ sub ReportOnTest
if (! $rundata->{"$thorn $test NFAILWEAK"})
{
- $summary = "Success: $testdata->{\"$thorn $test NDATAFILES\"} files identical";
+ $summary = "\n Success: $testdata->{\"$thorn $test NDATAFILES\"} files identical";
printf("\n $summary\n");
$rundata->{"NPASSED"}++;
}
@@ -1121,14 +1121,14 @@ sub ReportOnTest
{
if (! $rundata->{"$thorn $test NFAILSTRONG"})
{
- $summary = "Success: $testdata->{\"$thorn $test NDATAFILES\"} files compared, $rundata->{\"$thorn $test NFAILWEAK\"} differ in the last digits";
+ $summary = "\n Success: $testdata->{\"$thorn $test NDATAFILES\"} files compared, $rundata->{\"$thorn $test NFAILWEAK\"} differ in the last digits";
printf "\n $summary\n";
$rundata->{"NPASSED"}++;
$rundata->{"NPASSEDTOTOL"}++;
}
else
{
- $summary = "Failure: $testdata->{\"$thorn $test NDATAFILES\"} files compared, $rundata->{\"$thorn $test NFAILWEAK\"} differ, $rundata->{\"$thorn $test NFAILSTRONG\"} differ significantly";
+ $summary = "\n Failure: $testdata->{\"$thorn $test NDATAFILES\"} files compared, $rundata->{\"$thorn $test NFAILWEAK\"} differ, $rundata->{\"$thorn $test NFAILSTRONG\"} differ significantly";
printf "\n $summary\n";
$rundata->{"$thorn FAILED"} .= "$test ";
$rundata->{"NFAILED"}++;