From 72e90545454c0e014318fa3c81658e035aac58c1 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 10 Jun 2009 13:00:47 +0200 Subject: applying patch to version 1.15.0 --- maintenance/parserTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintenance/parserTests.php') diff --git a/maintenance/parserTests.php b/maintenance/parserTests.php index 0d50feb1..9a1a4807 100644 --- a/maintenance/parserTests.php +++ b/maintenance/parserTests.php @@ -71,5 +71,5 @@ if ( isset( $options['fuzz'] ) ) { $tester->fuzzTest( $files ); } else { $ok = $tester->runTestsFromFiles( $files ); - exit ($ok ? 0 : -1); + exit ($ok ? 0 : 1); } -- cgit v1.2.3-54-g00ecf