Fix ctest_update log prefix for git submodule update
Commit 67277bac (Teach ctest_update about Git submodules, 2010-05-04) accidentally logged "git submodule update" with the prefixes "pull-out" and "pull-err". Fix it to use "submodule-out" and "submodule-err" instead.
This commit is contained in:
parent
ac17dc4a43
commit
d0a1b9efd0
@ -119,7 +119,7 @@ bool cmCTestGIT::UpdateImpl()
|
||||
char const* git_submodule[] = {git, "submodule", "update", 0};
|
||||
OutputLogger out2(this->Log, "submodule-out> ");
|
||||
OutputLogger err2(this->Log, "submodule-err> ");
|
||||
return this->RunChild(git_submodule, &out, &err);
|
||||
return this->RunChild(git_submodule, &out2, &err2);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user