From f83a23e59d80201a652a823ff0824d2b4964ae1a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 11 May 2020 10:41:33 +0200 Subject: [PATCH] Display errors in shutdown function timeout test --- tests/func/005a.phpt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/func/005a.phpt b/tests/func/005a.phpt index a7ed5dbfdd..cf1e571377 100644 --- a/tests/func/005a.phpt +++ b/tests/func/005a.phpt @@ -7,8 +7,6 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); --FILE-- ---EXPECT-- +--EXPECTF-- Start + +Fatal error: Maximum execution time of 1 second exceeded in %s on line %d Shutdown -- 2.50.1