From fbc43cf26bf28b0e4ae28183ce2bf655ccc54e48 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 7 Apr 2021 14:09:49 +0200 Subject: [PATCH] Debug builds --- tests/makephar.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/makephar.sh b/tests/makephar.sh index 13843a157..7a1a09102 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -136,7 +136,10 @@ export MTPROTO_SETTINGS='{"logger":{"logger_level":5}}' runTestSimple() { - tests/testing.php + tests/testing.php || { + cat MadelineProto.log + exit 1 + } } runTest() {