Commit e36ce2d9 authored by Dirk Wetter's avatar Dirk Wetter Committed by Rich Salz
Browse files

GH336: Return an exit code if report fails

parent 34750dc2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,3 +199,4 @@ while (<IN>) {
}
print "\nTest report in file $report\n";

die if $ok != 2;