From b6b0205d97b3974bcb20059f617799614ed959a6 Mon Sep 17 00:00:00 2001 From: mpa Date: Mon, 11 Nov 2013 08:07:57 +0000 Subject: [PATCH] CMake: - Edit a file path in accordance with the new build system --- src/runtime/Test/runtimeTest.sh | 2 +- src/runtime/Test/standaloneTest.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/Test/runtimeTest.sh b/src/runtime/Test/runtimeTest.sh index 502068cf3..9f3ed7be9 100644 --- a/src/runtime/Test/runtimeTest.sh +++ b/src/runtime/Test/runtimeTest.sh @@ -49,7 +49,7 @@ pidecho=$! echo $pidecho mkdir -p lib/salome -cp .libs/libTestComponentLocal.so lib/salome +cp libTestComponentLocal.so lib/salome export TESTCOMPONENT_ROOT_DIR=`pwd` #wait enough time to let runtimeTestEchoSrv start and register diff --git a/src/runtime/Test/standaloneTest.sh b/src/runtime/Test/standaloneTest.sh index 1763e79e7..8c6330f3b 100755 --- a/src/runtime/Test/standaloneTest.sh +++ b/src/runtime/Test/standaloneTest.sh @@ -51,7 +51,7 @@ pidecho=$! echo $pidecho export PYTHONPATH=${BASEREP}:${PYTHONPATH} -./.libs/TestStandAlone +./TestStandAlone ret=$? # # kill -9 $pidecho $pidomni -- 2.39.2