Skip to content

Instantly share code, notes, and snippets.

@hashar
Created October 14, 2013 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hashar/6975914 to your computer and use it in GitHub Desktop.
Save hashar/6975914 to your computer and use it in GitHub Desktop.
hashar@gallium:~$ tail -n15 /srv/ssd/jenkins-slave/workspace/mwext-Wikibase-qunit/LocalSettings.php
# End of automatically generated settings.
# Add more configuration options below.
$wgWikimediaJenkinsCI = true;
require_once( '/var/lib/jenkins/tools/extensions-loader.php' );
ini_set( 'display_errors', 1 );
error_reporting( -1 );
$wgServer = 'http://localhost:9412';
$wgScriptPath = '/mediawiki-extensions-Wikibase-02367d9976e146b1660658619f828880f8f8ad8c';
$wgScript = $wgStylePath = $wgLogo = false;
$wgEnableJavaScriptTest = true;
hashar@gallium:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment