summaryrefslogtreecommitdiff
path: root/maintenance/parserTests.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/parserTests.php')
-rw-r--r--maintenance/parserTests.php2
1 files changed, 1 insertions, 1 deletions
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);
}