From: NATHALIE GORE Date: Wed, 7 Sep 2022 08:07:11 +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=d978696659e39d94b6ea0fce60ef9d95e9fe41c0;p=plugins%2Fblsurfplugin.git switch salome_driver_test to python_driver_test --- diff --git a/tests/CTestTestfileInstall.cmake b/tests/CTestTestfileInstall.cmake index b7e4344..f893ebd 100644 --- a/tests/CTestTestfileInstall.cmake +++ b/tests/CTestTestfileInstall.cmake @@ -20,7 +20,7 @@ INCLUDE(tests.set) SET(COMPONENT_NAME BLSURFPLUGIN) -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)