HydraTestContext: add \n's to various dies

This commit is contained in:
Graham Christensen
2022-03-19 14:46:53 -04:00
parent 074a2f96bf
commit a582e4c485
2 changed files with 6 additions and 6 deletions

View File

@ -801,7 +801,7 @@ sub checkJobsetWrapped {
next unless $job->{constituents};
if (defined $job->{error}) {
die "aggregate job $job->{jobName} failed with the error: $job->{error}";
die "aggregate job $job->{jobName} failed with the error: $job->{error}\n";
}
my $x = $drvPathToId{$job->{drvPath}} or