Improve Phar release test
This commit is contained in:
parent
a9e6ff4cfa
commit
0f77785480
|
@ -34,7 +34,12 @@ php composer.phar update --no-dev
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
../box2/bin/box build
|
../box2/bin/box build
|
||||||
./dev-bin/phar-test.php
|
|
||||||
|
PHAR_TEST=$(./dev-bin/phar-test.php)
|
||||||
|
if [[ -n $PHAR_TEST ]]; then
|
||||||
|
echo "Phar test outputed non-empty string: $PHAR_TEST"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Download test deps
|
# Download test deps
|
||||||
php composer.phar update
|
php composer.phar update
|
||||||
|
|
Loading…
Reference in New Issue
Block a user