From: NATHALIE GORE Date: Wed, 7 Sep 2022 07:57:29 +0000 (+0200) Subject: switch salome_driver_test to python_driver_test X-Git-Tag: V9_10_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a5d05e1cc29aed1d9d0b211883229e3c0bc661ec;p=plugins%2Fhybridplugin.git switch salome_driver_test to python_driver_test --- diff --git a/tests/CTestTestfileInstall.cmake b/tests/CTestTestfileInstall.cmake index fbcc395..937831c 100644 --- a/tests/CTestTestfileInstall.cmake +++ b/tests/CTestTestfileInstall.cmake @@ -21,7 +21,7 @@ INCLUDE(tests.set) INCLUDE(examples.set) SET(COMPONENT_NAME HYBRIDPLUGIN) -SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_driver.py") +SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/python_test_driver.py") SET(TIMEOUT 300)