From 45cb42166d4a53fe0154be08097f112d6ec72a27 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 28 Apr 2020 21:06:32 +0200 Subject: [PATCH] Insert one more debug output --- ext/mysqli/tests/clean_table.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/mysqli/tests/clean_table.inc b/ext/mysqli/tests/clean_table.inc index a3dc8b66de..896d49c146 100644 --- a/ext/mysqli/tests/clean_table.inc +++ b/ext/mysqli/tests/clean_table.inc @@ -11,4 +11,5 @@ if (!mysqli_query($link, 'DROP TABLE IF EXISTS test')) { } mysqli_close($link); +echo "Cleaned successfully\n"; ?> -- 2.50.1