X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fafb-test.sh;h=317c615b5f406b37e2e7b32cf050176c02b0f233;hb=ac574c3b5a6f208dfb7ea1606ef084e6db9397c2;hp=e60f2deb124a6e6255666b6cc3bb167c3b603610;hpb=88281216540f5f61bcee7076259a25573c1cb50e;p=apps%2Fagl-service-can-low-level.git diff --git a/test/afb-test.sh b/test/afb-test.sh index e60f2deb..317c615b 100755 --- a/test/afb-test.sh +++ b/test/afb-test.sh @@ -18,10 +18,11 @@ ${BINDER} --name="${PROCNAME}" \ --roothttp=. \ --tracereq=common \ --token=${TOKEN} \ ---workdir="${BUILDDIR}/package" \ ---binding="lib/afb-low-can.so" \ +--workdir="${BUILDDIR}/package-test" \ +--binding="../package/lib/afb-low-can.so" \ --binding="$AFBTEST" \ ---call="afTest/launch_all_tests:{}" \ +-vvv \ +--call="aft-low-can/launch_all_tests:{}" \ -vvv > ${LOGPIPE} 2>&1 & while read -r line @@ -29,6 +30,6 @@ do [ "$(echo "${line}" | grep 'NOTICE: Browser URL=')" ] && break done < ${LOGPIPE} -${CLIENT} ws://localhost:${PORT}/api?token=${TOKEN} afTest exit +${CLIENT} ws://localhost:${PORT}/api?token=${TOKEN} aft-low-can exit rm -f ${LOGPIPE}