MXS-2057 Add log output for system test, and two random code fixes
This commit is contained in:
@ -1255,6 +1255,7 @@ static int read_log(const char* name, char** err_log_content_p)
|
||||
err_log_content[size] = '\0';
|
||||
// printf("s=%ld\n", strlen(err_log_content));
|
||||
* err_log_content_p = err_log_content;
|
||||
fclose(f);
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user