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 @@
27
27
waitpid $pid, 0;
28
28
29
29
if ( $? == 0 ) {
30
- ok 1 => "Looks fine";
30
+ pass($file);
31
31
} else {
32
- ok 0 => "$file does not pass php linter. Error was: $res";
32
+ fail("$file does not pass php -l. Error was: $res");
33
33
}
34
34
}
Follow-up revisions
Revision
Commit summary
Author
Date
r22791
Merged revisions 22747-22790 via svnmerge from...
david
09:21, 6 June 2007
Status & tagging log
15:16, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r22781
[
removed:
ok
added:
old]