Log during tests

This commit is contained in:
Daniil Gentili 2019-09-04 16:33:27 +00:00
parent 4619d44b12
commit 4cd966c5c0
3 changed files with 7 additions and 3 deletions

2
docs

@ -1 +1 @@
Subproject commit 9a873608310b43395032755c35bbdf17d35e23d7
Subproject commit fe346258733323e5173e674f15059dea1a1eb880

View File

@ -71,6 +71,7 @@ cd ..
php -v
php=5
others="70? ?"
}
[ $PHP_MAJOR_VERSION -eq 7 ] && {
[ $PHP_MINOR_VERSION -eq 0 ] && {
@ -81,8 +82,10 @@ cd ..
$php7to70 convert --copy-all phar7 phar5 >/dev/null
php=70
others="5? ?"
} || {
cp -a phar7 phar5
others="5? 70?"
}
}
@ -100,6 +103,7 @@ export TRAVIS_PHAR="madeline$php$branch.phar"
export TEST_SECRET_CHAT=test
export TEST_USERNAME=danogentili
export TEST_DESTINATION_GROUPS='["@danogentili"]'
export MTPROTO_SETTINGS='{"logger":{"logger_level":5}}'
tests/testing.php <<EOF
m