Skip to content

Commit

Permalink
[TEST] Add some logging to RestSpecRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jul 23, 2014
1 parent ee4c9a3 commit a9376d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/RestSpecRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
. "See http://getcomposer.org for help with installing composer\n");
}

echo "Base directory: ". dirname(__DIR__)."\n";

// Include the composer autoloader
$autoloader = require_once(dirname(__DIR__) . '/vendor/autoload.php');


$gitWrapper = new \GitWrapper\GitWrapper();
echo "Git cwd: ".dirname(__DIR__) . "/util/elasticsearch\n";
$git = $gitWrapper->workingCopy(dirname(__DIR__) . '/util/elasticsearch');


Expand Down

0 comments on commit a9376d4

Please sign in to comment.