From a257d63dea1305088aa0b4e1f133cfd32bc40214 Mon Sep 17 00:00:00 2001 From: liyang <“liyang@easycorp.ltd”> Date: Mon, 27 Jun 2022 14:42:01 +0800 Subject: [PATCH] * Fix ztest init. --- test/lib/utils.php | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 test/lib/utils.php diff --git a/test/lib/utils.php b/test/lib/utils.php old mode 100644 new mode 100755 index 8f933a7608..60c4054c81 --- a/test/lib/utils.php +++ b/test/lib/utils.php @@ -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';