* Optimize ztest data.

This commit is contained in:
liyang
2023-05-09 14:35:48 +08:00
parent fdfddec515
commit 353aa22eb4
4 changed files with 2 additions and 164 deletions
-4
View File
@@ -142,8 +142,6 @@ function zdRun($isDev = false)
$dao = new dao();
echo 'MySQL connect success' . PHP_EOL;
$dao->begin();
/* Copy common to tmp. */
$tmpCommonPath = RUNTIME_ROOT . 'tmp/common';
if(file_exists($tmpCommonPath)) system("rm -rf $tmpCommonPath");
@@ -246,8 +244,6 @@ function zdRun($isDev = false)
echo $tableName . ' insert rows ' . $count . PHP_EOL;
}
$dao->commit();
$processor = new Processor();
$processor->init();
}