Salome HOME
Switch to SSL mode for tests : Get rid off all SALOME_TEST_DRIVER reference
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 12 Aug 2021 12:32:18 +0000 (14:32 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 12 Aug 2021 12:32:18 +0000 (14:32 +0200)
src/CTestTestfileInstall.cmake
src/ConstructionPlugin/CTestTestfileInstall.cmake
src/FeaturesPlugin/CTestTestfileInstall.cmake

index b52f407b3bccae657052c89897da31d173f3b119..28083ee80da8bb650cc8033fb9a3425dbc8557d6 100644 (file)
@@ -17,8 +17,6 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_driver.py")
-
 SET(COMPONENT_NAME SHAPER)
 set(SALOME_TEST_LABEL_ADV SHAPR_ADV)
 
index 42056d5fefc50a5687ba49d3e87088935175ce6e..ceaee95f9983d857eb9640c1bf70012aeb2923e2 100644 (file)
@@ -19,9 +19,6 @@
 
 include(tests.set)
 
-#SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_driver.py")
-#SET(TIMEOUT        300)
-
 foreach(tfile ${TEST_NAMES})
   set(TEST_NAME ${COMPONENT_NAME}_${tfile})
   add_test(${TEST_NAME} python ${tfile})
index 42056d5fefc50a5687ba49d3e87088935175ce6e..ceaee95f9983d857eb9640c1bf70012aeb2923e2 100644 (file)
@@ -19,9 +19,6 @@
 
 include(tests.set)
 
-#SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_driver.py")
-#SET(TIMEOUT        300)
-
 foreach(tfile ${TEST_NAMES})
   set(TEST_NAME ${COMPONENT_NAME}_${tfile})
   add_test(${TEST_NAME} python ${tfile})