Skip to content

Commit

Permalink
Add debug output to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Dec 17, 2016
1 parent b87cbbb commit ab3be7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/build-phar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ mv akamai-open-edgegrid-auth.phar "akamai-open-edgegrid-auth${VERSION}.phar"

echo "<?php
include 'akamai-open-edgegrid-auth${VERSION}.phar';
\$auth = \Akamai\Open\EdgeGrid\Authentication::createFromEdgeRcFile();" > test.php
\$auth = \Akamai\Open\EdgeGrid\Authentication::createFromEdgeRcFile();
var_dump(\$auth);" > test.php
echo "Running test.php";
php test.php
rm test.php
rm test.php

0 comments on commit ab3be7d

Please sign in to comment.