mirror of
https://github.com/reactos/CMake.git
synced 2025-02-23 05:22:26 +00:00
BUG: Adding debugging code to remotely debug a failing dashboard test.
This commit is contained in:
parent
fc8e5aeebf
commit
23dfc9440a
@ -2296,6 +2296,10 @@ void SystemTools::ClassInitialize()
|
|||||||
// Add the translation to keep the logical path name.
|
// Add the translation to keep the logical path name.
|
||||||
if(!cwd_changed.empty() && !pwd_changed.empty())
|
if(!cwd_changed.empty() && !pwd_changed.empty())
|
||||||
{
|
{
|
||||||
|
#if defined(__HP_aCC)
|
||||||
|
fprintf(stderr, "adding [%s]->[%s]\n", cwd_changed.c_str(),
|
||||||
|
pwd_changed.c_str());
|
||||||
|
#endif
|
||||||
SystemTools::AddTranslationPath(cwd_changed.c_str(),
|
SystemTools::AddTranslationPath(cwd_changed.c_str(),
|
||||||
pwd_changed.c_str());
|
pwd_changed.c_str());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user