From 48cca0dd4bc3da3ee2e6269ebeda54a4db1c12f3 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 29 Dec 2019 14:44:03 +0100 Subject: [PATCH] Fix tests --- docs | 2 +- tests/makephar.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs b/docs index 80072aa37..087d10550 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 80072aa37b4b8ba238fb57ad009c0101cf783495 +Subproject commit 087d105504aedc9eda89660f8cbc3842f116f573 diff --git a/tests/makephar.sh b/tests/makephar.sh index b011e75d3..ea762399a 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 <