BUG: Remove duplicate prefix
This commit is contained in:
parent
21d6980897
commit
8483fa93c5
|
@ -255,7 +255,7 @@ bool cmCTestSubmitHandler::SubmitUsingHTTP(const cmStdString& localprefix,
|
||||||
{
|
{
|
||||||
local_file = localprefix + "/" + *file;
|
local_file = localprefix + "/" + *file;
|
||||||
}
|
}
|
||||||
cmStdString remote_file = remoteprefix + remoteprefix + cmSystemTools::GetFilenameName(*file);
|
cmStdString remote_file = remoteprefix + cmSystemTools::GetFilenameName(*file);
|
||||||
|
|
||||||
*m_LogFile << "\tUpload file: " << local_file.c_str() << " to "
|
*m_LogFile << "\tUpload file: " << local_file.c_str() << " to "
|
||||||
<< remote_file.c_str() << std::endl;
|
<< remote_file.c_str() << std::endl;
|
||||||
|
|
Loading…
Reference in New Issue