From d978696659e39d94b6ea0fce60ef9d95e9fe41c0 Mon Sep 17 00:00:00 2001 From: NATHALIE GORE Date: Wed, 7 Sep 2022 10:07:11 +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 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) -- 2.39.2