|
@@ -71,6 +71,7 @@ protected:
|
|
|
cmCTestLog(this->CTest, HANDLER_VERBOSE_OUTPUT, "Reading file: "
|
|
cmCTestLog(this->CTest, HANDLER_VERBOSE_OUTPUT, "Reading file: "
|
|
|
<< atts[tagCount+1]<< std::endl);
|
|
<< atts[tagCount+1]<< std::endl);
|
|
|
std::string filename = atts[tagCount+1];
|
|
std::string filename = atts[tagCount+1];
|
|
|
|
|
+ this->CurFileName = "";
|
|
|
for(size_t i=0;i < FilePaths.size();i++)
|
|
for(size_t i=0;i < FilePaths.size();i++)
|
|
|
{
|
|
{
|
|
|
finalpath = FilePaths[i] + "/" + filename;
|
|
finalpath = FilePaths[i] + "/" + filename;
|