1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 23:34:44 +01:00

Fixup tests

This commit is contained in:
Daniil Gentili 2023-06-19 01:15:22 +02:00
parent dcec859fda
commit 359cf3870d

View File

@ -140,6 +140,16 @@ n
n n
"; } | $p tests/testing.php "; } | $p tests/testing.php
} }
runTestOld()
{
{
echo "b
$BOT_TOKEN
n
n
n
"; } | $p tests/testing.php
}
k k
rm -f madeline.phar testing.madeline* rm -f madeline.phar testing.madeline*
@ -149,7 +159,7 @@ tail -F MadelineProto.log &
echo "Testing with previous version..." echo "Testing with previous version..."
export ACTIONS_FORCE_PREVIOUS=1 export ACTIONS_FORCE_PREVIOUS=1
cp tools/phar.php madeline.php cp tools/phar.php madeline.php
runTest runTestOld
db mysql serialize db mysql serialize
k k