aboutsummaryrefslogtreecommitdiffstats
path: root/test_iso.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test_iso.pl')
-rw-r--r--test_iso.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_iso.pl b/test_iso.pl
index 3a5e424..21a15f7 100644
--- a/test_iso.pl
+++ b/test_iso.pl
@@ -47,9 +47,9 @@ my $harness = TAP::Harness->new({
my $ts0 = time();
-print "# Date: ", `date --rfc-3339='ns' -u`;
-print "# Testing: $image_path\n";
-print "# Host: ", `uname -n`;
+print "# Date\t\t: ", `date --rfc-3339='ns' -u`;
+print "# Testing\t: $image_path\n";
+print "# Host\t\t: ", `uname -n`;
my $aggregator = TAP::Parser::Aggregator->new;
$aggregator->start;
@@ -83,4 +83,4 @@ $harness->summary($aggregator);
my $tdiff = time() - $ts0;
print "# Tested $name in $tdiff seconds.\n";
-print $aggregator->all_passed, "\n", $aggregator->get_status, "\n"; \ No newline at end of file
+print $aggregator->all_passed, "\n", $aggregator->get_status, "\n";