Rewrite reassignEdits script to be more efficient; support optional updates to recent...
[lhc/web/wiklou.git] / maintenance / parserTests.php
index 6f08bf6..1e3f8b6 100644 (file)
@@ -14,7 +14,7 @@
 #
 # You should have received a copy of the GNU General Public License along
 # with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 # http://www.gnu.org/copyleft/gpl.html
 
 /**
@@ -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);
 ?>