* Option to show the tail of a log.

This commit is contained in:
Eelco Dolstra
2009-03-16 12:16:33 +00:00
parent 54475b9266
commit a6e84d8431
4 changed files with 17 additions and 4 deletions

View File

@ -368,7 +368,7 @@ sub checkJobSet {
# Store the errors messages for jobs that failed to evaluate.
my $msg = "";
foreach my $error (@{$jobs->{error}}) {
$msg .= "at `" . $error->{location} . "': " . $error->{msg} . "\n";
$msg .= "at `" . $error->{location} . "': " . $error->{msg} . "\n\n";
}
setJobsetError($jobset, $msg);
}