On verbose, be more verbose
This commit is contained in:
parent
4ecc0d9f15
commit
b60c9ae05a
@ -136,8 +136,11 @@ bool cmCTestSubmit::SubmitUsingFTP(const std::string& localprefix,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ftpfile = ::fopen(local_file.c_str(), "rb");
|
ftpfile = ::fopen(local_file.c_str(), "rb");
|
||||||
//std::cout << "upload file: " << local_file.c_str() << " to "
|
if ( m_Verbose )
|
||||||
// << upload_as.c_str() << std::endl;
|
{
|
||||||
|
std::cout << "upload file: " << local_file.c_str() << " to "
|
||||||
|
<< upload_as.c_str() << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
//std::cout << "File is opened: " << ftpfile << std::endl;
|
//std::cout << "File is opened: " << ftpfile << std::endl;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user