From 29eee29026fd4751c743c3cc06c0dc4c0684d8aa Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 19 Nov 2009 10:58:16 +0000 Subject: [PATCH] This commit was generated by cvs2git to create tag 'new_launcher_alpha_091119'. Sprout from BR_AR 2009-11-19 10:58:15 UTC ribes 'eSSH remote patch, it use param[EXECUTIONHOST]' Cherrypick from BR_AR 2009-11-12 13:34:49 UTC ribes '- Use exportInputFiles in eSSH': src/Core/Batch_CommunicationProtocolSH.cxx src/SSH/CMakeLists.txt --- src/Core/Batch_CommunicationProtocolSH.cxx | 2 -- src/SSH/CMakeLists.txt | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Core/Batch_CommunicationProtocolSH.cxx b/src/Core/Batch_CommunicationProtocolSH.cxx index 965c627..b5193d6 100644 --- a/src/Core/Batch_CommunicationProtocolSH.cxx +++ b/src/Core/Batch_CommunicationProtocolSH.cxx @@ -75,9 +75,7 @@ namespace Batch { { vector 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; diff --git a/src/SSH/CMakeLists.txt b/src/SSH/CMakeLists.txt index e2d921d..fcdf99a 100644 --- a/src/SSH/CMakeLists.txt +++ b/src/SSH/CMakeLists.txt @@ -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) -- 2.39.2