From: Anthony Geay Date: Thu, 12 Aug 2021 12:32:18 +0000 (+0200) Subject: Switch to SSL mode for tests : Get rid off all SALOME_TEST_DRIVER reference X-Git-Tag: V9_8_0a1~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b392d5b4fb3f49a8258ec024cdf1729f80f5629a;p=modules%2Fshaper.git Switch to SSL mode for tests : Get rid off all SALOME_TEST_DRIVER reference --- diff --git a/src/CTestTestfileInstall.cmake b/src/CTestTestfileInstall.cmake index b52f407b3..28083ee80 100644 --- a/src/CTestTestfileInstall.cmake +++ b/src/CTestTestfileInstall.cmake @@ -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) diff --git a/src/ConstructionPlugin/CTestTestfileInstall.cmake b/src/ConstructionPlugin/CTestTestfileInstall.cmake index 42056d5fe..ceaee95f9 100644 --- a/src/ConstructionPlugin/CTestTestfileInstall.cmake +++ b/src/ConstructionPlugin/CTestTestfileInstall.cmake @@ -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}) diff --git a/src/FeaturesPlugin/CTestTestfileInstall.cmake b/src/FeaturesPlugin/CTestTestfileInstall.cmake index 42056d5fe..ceaee95f9 100644 --- a/src/FeaturesPlugin/CTestTestfileInstall.cmake +++ b/src/FeaturesPlugin/CTestTestfileInstall.cmake @@ -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})