[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 09/13] TestSupport: sub broken: Add a newline
This suppresses printing of the the line number, which is not useful. Signed-off-by: Ian Jackson <iwj@xxxxxxxxxxxxxx> --- 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |