]> SALOME platform Git repositories - tools/libbatch.git/commitdiff
Salome HOME
This commit was generated by cvs2git to create tag new_launcher_alpha_091119
authoradmin <salome-admin@opencascade.com>
Thu, 19 Nov 2009 10:58:16 +0000 (10:58 +0000)
committeradmin <salome-admin@opencascade.com>
Thu, 19 Nov 2009 10:58:16 +0000 (10:58 +0000)
'new_launcher_alpha_091119'.

Sprout from BR_AR 2009-11-19 10:58:15 UTC ribes <ribes> 'eSSH remote patch, it use param[EXECUTIONHOST]'
Cherrypick from BR_AR 2009-11-12 13:34:49 UTC ribes <ribes> '- Use exportInputFiles in eSSH':
    src/Core/Batch_CommunicationProtocolSH.cxx
    src/SSH/CMakeLists.txt

src/Core/Batch_CommunicationProtocolSH.cxx
src/SSH/CMakeLists.txt

index 965c627642d75aaaf07e6c05fbb144f8d7711e2f..b5193d6a308b1358934d70543cd8045a8ce50459 100644 (file)
@@ -75,9 +75,7 @@ namespace Batch {
   {
     vector<string> cmd;
     cmd.push_back(CP_COMMAND);
-#ifndef WIN32
     cmd.push_back("-r");
-#endif
     cmd.push_back(fixPath(sourcePath));
     cmd.push_back(fixPath(destinationPath));
     return cmd;
index e2d921d6e42d216398b92ef3d3342c5614454364..fcdf99a1ab03d3dc81ac5c0a06bbe920891177d2 100644 (file)
@@ -28,6 +28,6 @@ SET(CLASS_LIST SSH/Batch_FactBatchManager_eSSH
 APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
 APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
 
-#IF (TEST_ENABLED)
-#    add_subdirectory(Test)
-#ENDIF (TEST_ENABLED)
+IF (TEST_ENABLED)
+    add_subdirectory(Test)
+ENDIF (TEST_ENABLED)