mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 00:14:38 +01:00
Don't skip tests anymore, PHP 8.2.4 doesn't segfault
This commit is contained in:
parent
781af3a400
commit
a6d3ac7771
@ -96,12 +96,10 @@ cd $madelinePath
|
||||
|
||||
db()
|
||||
{
|
||||
return 0
|
||||
php tests/db.php $1
|
||||
}
|
||||
cycledb()
|
||||
{
|
||||
return 0
|
||||
db memory
|
||||
db mysql
|
||||
db postgres
|
||||
@ -111,12 +109,10 @@ cycledb()
|
||||
|
||||
runTestSimple()
|
||||
{
|
||||
return 0
|
||||
tests/testing.php
|
||||
}
|
||||
runTest()
|
||||
{
|
||||
return 0
|
||||
{
|
||||
echo "b
|
||||
$BOT_TOKEN
|
||||
|
Loading…
Reference in New Issue
Block a user