scbc.sat2 5 жил өмнө
parent
commit
13d56edd34

+ 1 - 1
SATHTTP/SATHTTP/CurlClient.cpp

@@ -5,7 +5,7 @@
 
 CCurlClient::CCurlClient(void)
 {
-	m_bDebug = TRUE;
+	m_bDebug = FALSE;
 	m_headers = NULL;
 	m_bInit = FALSE;
 }

+ 4 - 0
SATHTTP/SATHTTP/SATHTTP.h

@@ -123,6 +123,8 @@ namespace SATParameters{
 		ULONGLONG _ulStartTickCount;
 		std::string _strStartTime;
 		std::string _strEndTime;
+		// 用例的日志文件;
+		std::string _strCaseLog;
 		__ST_CASE__()
 		{
 			_pExcutor = NULL;
@@ -199,6 +201,8 @@ namespace SATParameters{
 		int fd;
 		int nTaskId;
 		STJob Job;
+		// 任务日志;
+		std::string _strTaskLog;
 		__ST_TASK__()
 		{
 			_bConcurrent = false;