From: Anthony Geay Date: Mon, 22 Mar 2021 14:34:49 +0000 (+0100) Subject: Fix invalid lauch of hybriddemo.py in SHAPER tests X-Git-Tag: V9_7_0a1~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f6f8dd5a84a684d3d420df00f636523db5b7114c;p=modules%2Fshaper.git Fix invalid lauch of hybriddemo.py in SHAPER tests --- diff --git a/src/ConnectorAPI/Test/CTestTestfileInstall.cmake b/src/ConnectorAPI/Test/CTestTestfileInstall.cmake index da065d3a5..459c3c8b4 100644 --- a/src/ConnectorAPI/Test/CTestTestfileInstall.cmake +++ b/src/ConnectorAPI/Test/CTestTestfileInstall.cmake @@ -24,7 +24,7 @@ SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_d SET(TIMEOUT 300) -FOREACH(tfile ${TEST_NAMES} ${EXAMPLE_NAMES}) +FOREACH(tfile ${TEST_NAMES}) SET(TEST_NAME ${COMPONENT_NAME}_${tfile}) ADD_TEST(${TEST_NAME} python ${SALOME_TEST_DRIVER} ${TIMEOUT} ${tfile}.py) SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES LABELS "${COMPONENT_NAME}")