Needs rights-reset-password msg.
[lhc/web/wiklou.git] / maintenance / parserTests.php
index 0d50feb..9a1a480 100644 (file)
@@ -71,5 +71,5 @@ if ( isset( $options['fuzz'] ) ) {
        $tester->fuzzTest( $files );
 } else {
        $ok = $tester->runTestsFromFiles( $files );
-       exit ($ok ? 0 : -1);
+       exit ($ok ? 0 : 1);
 }