]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
TestSupport: sub broken: Add a newline
authorIan Jackson <iwj@xenproject.org>
Fri, 5 Nov 2021 17:05:06 +0000 (17:05 +0000)
committerIan Jackson <iwj@xenproject.org>
Mon, 6 Dec 2021 18:17:13 +0000 (18:17 +0000)
This suppresses printing of the the line number, which is not useful.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
Osstest/TestSupport.pm

index b17bf08a63f309d84278a4f52de9b4649a7b865e..ff890f96c811ed49941e9989786b41abac5d0c23 100644 (file)
@@ -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;
 }