diff --git a/docs b/docs index 80072aa3..087d1055 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 80072aa37b4b8ba238fb57ad009c0101cf783495 +Subproject commit 087d105504aedc9eda89660f8cbc3842f116f573 diff --git a/tests/makephar.sh b/tests/makephar.sh index b011e75d..ea762399 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -113,7 +113,7 @@ export MTPROTO_SETTINGS='{"logger":{"logger_level":5}}' php tools/makephar.php $HOME/phar5 "madeline$php$branch.phar" $TRAVIS_COMMIT -cat tests/testing.php +cp tests/testing.php tests/testingBackup.php tests/testing.php <