1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 04:35:12 +01:00

Don't skip tests anymore, PHP 8.2.4 doesn't segfault

This commit is contained in:
Daniil Gentili 2023-03-17 11:24:22 +01:00
parent 781af3a400
commit a6d3ac7771

View File

@ -96,12 +96,10 @@ cd $madelinePath
db() db()
{ {
return 0
php tests/db.php $1 php tests/db.php $1
} }
cycledb() cycledb()
{ {
return 0
db memory db memory
db mysql db mysql
db postgres db postgres
@ -111,12 +109,10 @@ cycledb()
runTestSimple() runTestSimple()
{ {
return 0
tests/testing.php tests/testing.php
} }
runTest() runTest()
{ {
return 0
{ {
echo "b echo "b
$BOT_TOKEN $BOT_TOKEN