aboutsummaryrefslogtreecommitdiffstats
path: root/test_iso.pl
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-12-13 15:24:33 +0000
committerDamien Lallement <dams@mageia.org>2011-12-13 15:24:33 +0000
commit1f2ca24bf78e6355cd76ec078954af99466a24de (patch)
tree25260655e093d5df8a187844f0b29ac8c620db90 /test_iso.pl
parentde97b7594050ca17fc6a9f40741286bc0ebd5fc3 (diff)
downloadisocheck-1f2ca24bf78e6355cd76ec078954af99466a24de.tar
isocheck-1f2ca24bf78e6355cd76ec078954af99466a24de.tar.gz
isocheck-1f2ca24bf78e6355cd76ec078954af99466a24de.tar.bz2
isocheck-1f2ca24bf78e6355cd76ec078954af99466a24de.tar.xz
isocheck-1f2ca24bf78e6355cd76ec078954af99466a24de.zip
- update wiki link
- add 'network' detection - update/clean test available files - update 'check badwords' - update 'display info'
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";