MDL-54573 testing: don't uppercase dbtype

This commit is contained in:
Rajesh Taneja
2016-05-17 17:16:12 +08:00
committed by David Monllao
parent f0a2dbf188
commit 13708875d3
+1
View File
@@ -1106,6 +1106,7 @@ abstract class testing_util {
$dbtype = $CFG->dbtype;
$dbinfo = $DB->get_server_info();
$dbversion = $dbinfo['version'];
$env['dbtype'] = $dbtype;
$env['dbversion'] = $dbversion;
// OS details.