diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2006-07-11 23:42:58 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2006-07-11 23:42:58 +0000 |
commit | 61e978315435483d066cda20c1f0501b6e005e43 (patch) | |
tree | b97cbe2bc92f0ed4f67f5fafd6cdbba8f90ead5d | |
parent | 3e099a5983a9bdee287cd29bf9aaacae70cb4daf (diff) | |
download | php-git-61e978315435483d066cda20c1f0501b6e005e43.tar.gz |
debug output was breaking all tests
-rw-r--r-- | ext/mysqli/tests/connect.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mysqli/tests/connect.inc b/ext/mysqli/tests/connect.inc index 2b4a67be2c..61ed36bdce 100644 --- a/ext/mysqli/tests/connect.inc +++ b/ext/mysqli/tests/connect.inc @@ -18,8 +18,7 @@ "--innodb_data_file_path=ibdata1:10M:autoextend", "--log-error=$path/testrun.log" ); - $x = $driver->embedded_server_start(TRUE, $args, NULL); - var_dump($x); + $driver->embedded_server_start(TRUE, $args, NULL); } ?> |