From 89aed2771c227192652bd4e28cffd7094f34e1db Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 12 Jun 2009 17:53:46 +0200 Subject: subunit: non-zero exit code if one or more testsuites failed. --- selftest/filter-subunit.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'selftest/filter-subunit.pl') diff --git a/selftest/filter-subunit.pl b/selftest/filter-subunit.pl index 5a2e5e38ef..9ebc67778f 100755 --- a/selftest/filter-subunit.pl +++ b/selftest/filter-subunit.pl @@ -94,6 +94,4 @@ my $statistics = { my $msg_ops = new Subunit::Filter($opt_prefix, \@expected_failures, $opt_strip_ok_output); -parse_results($msg_ops, $statistics, *STDIN); - -0; +exit(parse_results($msg_ops, $statistics, *STDIN)); -- cgit