Add nlohmann/json parser
[anna.git] / example / diameter / launcher / deploy.sh
index c5a5101..fdd17e7 100755 (executable)
@@ -67,6 +67,7 @@ rm -f counters/* test-reports/*
 export LD_LIBRARY_PATH=\$PWD/dynlibs
 ./\$EXE --services services.xml --cntDir counters --tmDir test-reports $other &
 echo \$! > .pid
+renice -n 5 -p \$(cat .pid)
 EOF
 
   chmod a+x run.sh
@@ -168,6 +169,7 @@ mkdir -p $DPATH/test-reports
 
 # Dynamic libs:
 cp -r $LIB_DIR/dynamic/launcher $DPATH/dynlibs
+cp $LIB_DIR/libanna_testing_shared.so $DPATH/dynlibs
 
 # Get stuff from leaf directories:
 cd $LIB_DIR/dynamic/launcher
@@ -222,7 +224,7 @@ cd - >/dev/null
 if [ "$option" = "s" ]
 then
   cd $DPATH
-  ln -s services_example services
+  #ln -s services_example services
   mv run.sh .run-one.sh
   mv run_all.sh run.sh
   mv operation.sh .operation-one.sh