Explorar o código

BUG: Adding debugging code to remotely debug a failing dashboard test.

Brad King %!s(int64=21) %!d(string=hai) anos
pai
achega
23dfc9440a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Source/kwsys/SystemTools.cxx

+ 4 - 0
Source/kwsys/SystemTools.cxx

@@ -2296,6 +2296,10 @@ void SystemTools::ClassInitialize()
         // Add the translation to keep the logical path name.
         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(),
                                           pwd_changed.c_str());
           }