]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/Test/runtimeTest.sh
Salome HOME
merge from branch DEV tag mergeto_trunk_04apr08
[modules/yacs.git] / src / runtime / Test / runtimeTest.sh
index ce2bf720c754f8d6ec522709b09d1c9222f92042..cc8c9247f33891592f7023eda9f4414a27e33547 100644 (file)
@@ -23,10 +23,20 @@ omniNames -start 2910 &
 pidomni=$!
 echo $pidomni
 
+#wait enough time to let omniNames start
+sleep 2
+
 ./echoSrv &
 pidecho=$!
 echo $pidecho
 
+mkdir -p lib/salome
+cp .libs/libTestComponentLocal.so lib/salome
+export TESTCOMPONENT_ROOT_DIR=`pwd`
+
+#wait enough time to let echoSrv start and register
+sleep 2
+
 ./TestRuntime
 ret=$?