Merge branch 'autotest_ly' into 'master'

* Fix ztest init.

See merge request easycorp/zentaopms!4151
This commit is contained in:
李玉春
2022-06-27 06:45:40 +00:00
Regular → Executable
+1
View File
@@ -85,6 +85,7 @@ function zdRun()
set_time_limit(0);
try
{
$versionType = getVersionType($config->version);
$configRoot = $zdRoot . $versionType . '/';
include $configRoot . 'config.php';
include $configRoot . 'processor.php';