Skip to content

Commit 45cb421

Browse files
committed
Insert one more debug output
1 parent 34c460f commit 45cb421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mysqli/tests/clean_table.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ if (!mysqli_query($link, 'DROP TABLE IF EXISTS test')) {
1111
}
1212

1313
mysqli_close($link);
14+
echo "Cleaned successfully\n";
1415
?>

0 commit comments

Comments
 (0)