https://bugzilla.wikimedia.org/show_bug.cgi?id=26464
--- Comment #7 from Marcin Cieślak <[email protected]> 2012-03-10 03:16:47 UTC --- Created attachment 10209 --> https://bugzilla.wikimedia.org/attachment.cgi?id=10209 full phpunit.php log Result of LC_MESSAGES=C LANG=C LC_TIME=C php phpunit.php --configuration suite.xml --exclude-group Broken,Stub,ParserFuzz --log-junit $HOME/tests/log/postgres-log.xml $wgSitename = "PostgresWiki"; $wgMetaNamespace = "Wikipedia"; $wgArticlePath = "/pg/wiki/$1"; $wgScriptPath = "/pg/w"; $wgScriptExtension = ".php"; $wgServer = "http://tools.wikimedia.pl"; $wgStylePath = "$wgScriptPath/skins"; $wgLogo = "$wgStylePath/common/images/wiki.png"; $wgEnableEmail = true; $wgEnableUserEmail = true; # UPO $wgEnotifUserTalk = true; # UPO $wgEnotifWatchlist = true; # UPO $wgEmailAuthentication = true; $wgDBtype = "postgres"; $wgDBserver = "localhost"; $wgDBname = "trunk"; $wgDBport = "5432"; $wgDBmwschema = "mediawiki"; $wgEnableUploads = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert"; $wgUseInstantCommons = true; $wgShellLocale = "en_US.utf8"; $wgLanguageCode = "pl"; $wgDefaultSkin = "vector"; $wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright $wgRightsUrl = ""; $wgRightsText = ""; $wgRightsIcon = ""; $wgDiff3 = "/usr/bin/diff3"; $wgResourceLoaderMaxQueryLength = -1; require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" ); require_once( "$IP/extensions/Nuke/Nuke.php" ); $wgShowExceptionDetails = true; $wgShowSQLErrors = true; $wgShowDBErrorBacktrace = true; $wgDebugDumpSql = true; $wgDebugDBTransactions = true; -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
