BUG: undo fix for 7292 because a switched file should show up as an odd thing on the dashbaord
This commit is contained in:
parent
049e3da2ec
commit
32bc02d660
@ -700,7 +700,7 @@ int cmCTestUpdateHandler::ProcessHandler()
|
|||||||
std::string upFile = file_update_line.match(2);
|
std::string upFile = file_update_line.match(2);
|
||||||
char mod = upChar[0];
|
char mod = upChar[0];
|
||||||
bool modifiedOrConflict = false;
|
bool modifiedOrConflict = false;
|
||||||
if ( mod == 'X' || mod == 'S' || mod == 'L')
|
if ( mod == 'X' || mod == 'L')
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user