1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 21:31:28 +01:00

Debug builds

This commit is contained in:
Daniil Gentili 2021-04-07 14:09:49 +02:00
parent def39e41a0
commit fbc43cf26b
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -136,7 +136,10 @@ export MTPROTO_SETTINGS='{"logger":{"logger_level":5}}'
runTestSimple()
{
tests/testing.php
tests/testing.php || {
cat MadelineProto.log
exit 1
}
}
runTest()
{