Index: branches/REL1_6/phase3/maintenance/parserTests.php |
— | — | @@ -49,9 +49,7 @@ |
50 | 50 | $wgTitle = Title::newFromText( 'Parser test script do not use' ); |
51 | 51 | $tester =& new ParserTest(); |
52 | 52 | |
53 | | -# Note: the command line setup changes the current working directory |
54 | | -# to the parent, which is why we have to put the subdir here: |
55 | | -$ok = $tester->runTestsFromFile( 'maintenance/parserTests.txt' ); |
| 53 | +$ok = $tester->runTestsFromFile( "$IP/maintenance/parserTests.txt" ); |
56 | 54 | |
57 | 55 | exit ($ok ? 0 : -1); |
58 | 56 | ?> |