|
@@ -64,8 +64,8 @@ int cmCTestUploadHandler::ProcessHandler()
|
|
|
|
|
|
|
|
for ( it = this->Files.begin(); it != this->Files.end(); it ++ )
|
|
for ( it = this->Files.begin(); it != this->Files.end(); it ++ )
|
|
|
{
|
|
{
|
|
|
- cmCTestLog(this->CTest, OUTPUT,
|
|
|
|
|
- "\tUpload file: " << *it << std::endl);
|
|
|
|
|
|
|
+ cmCTestOptionalLog(this->CTest, OUTPUT,
|
|
|
|
|
+ "\tUpload file: " << *it << std::endl, this->Quiet);
|
|
|
ofs << "<File filename=\"" << cmXMLSafe(*it) << "\">\n"
|
|
ofs << "<File filename=\"" << cmXMLSafe(*it) << "\">\n"
|
|
|
<< "<Content encoding=\"base64\">\n";
|
|
<< "<Content encoding=\"base64\">\n";
|
|
|
ofs << this->CTest->Base64EncodeFile(*it);
|
|
ofs << this->CTest->Base64EncodeFile(*it);
|