X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=stress-server.sh;h=09d06c44795bbc6cbbfd84336352afcaff13f55a;hb=b2114e0f626ed42a5d6154c681486b4edb19fbbf;hp=ec57da57a35d7c9d1e27881cb05e0d14a7deff7f;hpb=c82c7a70449d31e2fc05c486e9959cb68b371e8e;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