From 70723802451071375b5527ad7d5edb61ce74a8f3 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 24 Apr 2006 19:11:16 +0000 Subject: [PATCH] prefix filename with a / or fopen cant find it :( --- maintenance/parserTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ?> -- 2.20.1