From: Antoine Musso Date: Mon, 24 Apr 2006 19:11:16 +0000 (+0000) Subject: prefix filename with a / or fopen cant find it :( X-Git-Tag: 1.31.0-rc.0~57383 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=70723802451071375b5527ad7d5edb61ce74a8f3;p=lhc%2Fweb%2Fwiklou.git prefix filename with a / or fopen cant find it :( --- diff --git a/maintenance/parserTests.php b/maintenance/parserTests.php index 758c5d61a9..1e3f8b6672 100644 --- a/maintenance/parserTests.php +++ b/maintenance/parserTests.php @@ -51,7 +51,7 @@ $tester =& new ParserTest(); # Note: the command line setup changes the current working directory # to the parent, which is why we have to put the subdir here: -$ok = $tester->runTestsFromFile( 'maintenance/parserTests.txt' ); +$ok = $tester->runTestsFromFile( $IP.'/maintenance/parserTests.txt' ); exit ($ok ? 0 : -1); ?>