Skip to content

Commit 02e3daa

Browse files
author
Takashi Matsuo
authored
Echo the current directory before phpunit (GoogleCloudPlatform#189)
1 parent 16b28aa commit 02e3daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/run_test_suite.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ do
2727
if [ -f "composer.json" ]; then
2828
composer install
2929
fi
30+
echo "running phpunit in ${DIR}"
3031
phpunit
3132
if [ -f build/logs/clover.xml ]; then
3233
cp build/logs/clover.xml \

0 commit comments

Comments
 (0)