This suppresses printing of the the line number, which is not useful.
Signed-off-by: Ian Jackson <[email protected]>
---
Osstest/TestSupport.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
index b17bf08a6..ff890f96c 100644
--- a/Osstest/TestSupport.pm
+++ b/Osstest/TestSupport.pm
@@ -283,7 +283,8 @@ END
});
my $msg = uc($newst).": $m; ".
($affected>0 ? "marked $flight.$job $newst"
- : "($flight.$job not marked $newst)");
+ : "($flight.$job not marked $newst)").
+ "\n";
die $msg;
}
--
2.20.1