diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-20 23:14:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-12-20 23:14:07 +0000 |
commit | 3285a51b4d6b6d5e8aeba1f3dda76806f931a6b9 (patch) | |
tree | 3cfd007493b238c4483e4e1b0397e915e5a96338 /conf.d/project | |
parent | 3f495778a07c5fdbefa77d7df5f5c36de630fc67 (diff) | |
parent | 5502a08830020b981f767fc539a8921f4fbfc3d1 (diff) |
Merge "agl-service-unicens: Rx message event" into eeleel_5.0.3eel_5.0.2eel_5.0.1eel_5.0.0eel_4.99.5eel/5.0.3eel/5.0.2eel/5.0.1eel/5.0.0eel/4.99.55.0.35.0.25.0.15.0.04.99.5
Diffstat (limited to 'conf.d/project')
-rw-r--r-- | conf.d/project/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/project/config.cmake b/conf.d/project/config.cmake index 02495cb..58f568f 100644 --- a/conf.d/project/config.cmake +++ b/conf.d/project/config.cmake @@ -199,7 +199,7 @@ set(AFB_REMPORT "1234" CACHE PATH "Default binder listening port") # Print a helper message when every thing is finished # ---------------------------------------------------- -set(CLOSING_MESSAGE "Test with: afb-daemon --ldpaths=. --port=1234 --workdir=. --roothttp=../htdocs --tracereq=common --token='' --verbose") +set(CLOSING_MESSAGE "Test with: afb-daemon --ldpaths=./package --port=1234 --workdir=. --roothttp=../htdocs --tracereq=common --token= --verbose") set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # Optional schema validator about now only XML, LUA and JSON |