Salome HOME
Added Windows implementation for local submission based on SSH and PBS emulation...
[tools/libbatch.git] / src / Local / Test / CMakeLists.txt
index 548a88eeed8883e62e77e4411f0282c068e2198e..72a332222aa37239a520a7987e34f1698d1efe32 100644 (file)
@@ -33,6 +33,8 @@ SET (TEST_LOCAL_RSH_WORK_DIR "/tmp" CACHE STRING
 
 SET (TEST_LOCAL_SSH_EXECUTION_HOST "localhost" CACHE STRING
      "Execution host for SSH Batch test (only necessary for test target)")
+SET (TEST_LOCAL_SSH_USER $ENV{USER} CACHE STRING
+     "User name on the execution host for SSH Batch test (only necessary for test target)")
 SET (TEST_LOCAL_SSH_WORK_DIR "/tmp" CACHE STRING
      "Work directory for SSH Batch test (only necessary for test target)")