From a5d05e1cc29aed1d9d0b211883229e3c0bc661ec Mon Sep 17 00:00:00 2001 From: NATHALIE GORE Date: Wed, 7 Sep 2022 09:57:29 +0200 Subject: [PATCH] switch salome_driver_test to python_driver_test --- tests/CTestTestfileInstall.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2