Test with system

master
Heuzef 5 years ago
parent e8c51351c7
commit e00a6e97f3
  1. 2
      Check.pm

@ -129,7 +129,7 @@ sub action
($shortErr = $Status{$host}{error}) =~ s/(.{48}).*/$1.../; ($shortErr = $Status{$host}{error}) =~ s/(.{48}).*/$1.../;
$shortErr = " ($shortErr)"; $shortErr = " ($shortErr)";
} }
my $sizeConsistency = print(`/bin/perl check_size_consistency.pl --host=localhost`); my $sizeConsistency = system(`/bin/perl check_size_consistency.pl --host=localhost`);
$str = <<EOF; $str = <<EOF;
<tr$reasonHilite><td class="border">${HostLink($host)}</td> <tr$reasonHilite><td class="border">${HostLink($host)}</td>

Loading…
Cancel
Save