From: Brion Vibber Date: Mon, 8 Dec 2003 09:25:13 +0000 (+0000) Subject: Remove mention of obsolete test suite X-Git-Tag: 1.1.0 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=refs%2Ftags%2F1.1.0;p=lhc%2Fweb%2Fwiklou.git Remove mention of obsolete test suite --- diff --git a/install.php b/install.php index 6e9c84d19b..6355cd67ad 100644 --- a/install.php +++ b/install.php @@ -122,8 +122,7 @@ populatedata(); # Needs internationalized messages print "Adding indexes...\n"; dbsource( "./maintenance/indexes.sql", $rconn ); -print "Done.\nBrowse \"{$wgServer}{$wgScript}\" to test,\n" . - "or \"run WikiSuite -b -o\" in test suite.\n"; +print "Done.\nBrowse \"{$wgServer}{$wgScript}\" to test.\n"; exit(); #