Fix google test case.
This commit is contained in:
parent
08402e60be
commit
4f64bae0de
|
@ -17,6 +17,10 @@
|
|||
|
||||
void* serverLoop(void* param) {
|
||||
TestServer* server = (TestServer*)param;
|
||||
|
||||
if (taosInitCfg(configDir, NULL, NULL, NULL, NULL, 0) != 0){
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (dmInit() != 0) {
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue