From b392d5b4fb3f49a8258ec024cdf1729f80f5629a Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 12 Aug 2021 14:32:18 +0200 Subject: [PATCH] Switch to SSL mode for tests : Get rid off all SALOME_TEST_DRIVER reference --- src/CTestTestfileInstall.cmake | 2 -- src/ConstructionPlugin/CTestTestfileInstall.cmake | 3 --- src/FeaturesPlugin/CTestTestfileInstall.cmake | 3 --- 3 files changed, 8 deletions(-) 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}) -- 2.39.2