X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=stress-server.sh;h=09d06c44795bbc6cbbfd84336352afcaff13f55a;hb=7e358069a9e076a25bb31211e5b7386c231f0f8d;hp=ec57da57a35d7c9d1e27881cb05e0d14a7deff7f;hpb=601218349522d6590478ee979c312cf5e516c701;p=src%2Fapp-framework-binder.git diff --git a/stress-server.sh b/stress-server.sh index ec57da57..09d06c44 100755 --- a/stress-server.sh +++ b/stress-server.sh @@ -1,11 +1,10 @@ #!/bin/bash ROOT=$(dirname $0) +cd ${ROOT:-.} +ROOT=$(pwd) echo ROOT=$ROOT -cd $ROOT -pwd - AFB=build/src/afb-daemon HELLO=build/bindings/samples/helloWorld.so PORT=12345