mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Test fix.
This commit is contained in:
parent
1b3f5c99f5
commit
a9e0a5d95b
@ -106,7 +106,7 @@ void ClusterCopierApp::mainImpl()
|
||||
|
||||
context->setConfig(loaded_config.configuration);
|
||||
context->setApplicationType(Context::ApplicationType::LOCAL);
|
||||
context->setPath(process_path);
|
||||
context->setPath(process_path + "/");
|
||||
|
||||
registerFunctions();
|
||||
registerAggregateFunctions();
|
||||
|
Loading…
Reference in New Issue
Block a user