r22781 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22780‎ | r22781 | r22782 >
Date:23:25, 5 June 2007
Author:avar
Status:old
Tags:
Comment:
ok 1 => pass; ok 0 => fail and report the path in the test
Modified paths:
  • /trunk/phase3/t/maint/php-lint.t (modified) (history)

Diff [purge]

Index: trunk/phase3/t/maint/php-lint.t
@@ -26,8 +26,8 @@
2727 waitpid $pid, 0;
2828
2929 if ( $? == 0 ) {
30 - ok 1 => "Looks fine";
 30+ pass($file);
3131 } else {
32 - ok 0 => "$file does not pass php linter. Error was: $res";
 32+ fail("$file does not pass php -l. Error was: $res");
3333 }
3434 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r22791Merged revisions 22747-22790 via svnmerge from...david09:21, 6 June 2007

Status & tagging log