summaryrefslogtreecommitdiff
path: root/test/poi-service/poi-manager-client/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/poi-service/poi-manager-client/build.sh')
-rwxr-xr-xtest/poi-service/poi-manager-client/build.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/poi-service/poi-manager-client/build.sh b/test/poi-service/poi-manager-client/build.sh
index aea6e4a..bcf6d4e 100755
--- a/test/poi-service/poi-manager-client/build.sh
+++ b/test/poi-service/poi-manager-client/build.sh
@@ -22,17 +22,17 @@ do
done
set -e
-if [ ! $COMMONAPI_TOOL_DIR ]
+if [ ! $COMMONAPI_TOOL_GENERATOR ]
then
- echo 'Set the dir of the common api tools'
- echo 'export COMMONAPI_TOOL_DIR=<path>'
+ echo 'Set the link to the common api generator'
+ echo 'export COMMONAPI_TOOL_GENERATOR=<tool>'
exit 1
fi
-if [ ! $COMMONAPI_DBUS_TOOL_DIR ]
+if [ ! $COMMONAPI_DBUS_TOOL_GENERATOR ]
then
- echo 'Set the dir of the common api dbus tools'
- echo 'export COMMONAPI_DBUS_TOOL_DIR=<path>'
+ echo 'Set the link to the common api dbus generator'
+ echo 'export COMMONAPI_DBUS_TOOL_GENERATOR=<tool>'
exit 1
fi