Andy Cedilnik 22 лет назад
Родитель
Сommit
9a0ca088a1
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Source/cmaketest.cxx

+ 1 - 0
Source/cmaketest.cxx

@@ -240,6 +240,7 @@ int do_cmaketest (int argc, char **argv)
     std::cerr << output.c_str() << "\n";
     // return to the original directory
     cmSystemTools::ChangeDirectory(cwd.c_str());
+    std::cerr << "Return value: " << retVal << std::endl;
     return 1;
     }
   if ( retVal )