summaryrefslogtreecommitdiff
path: root/test/poi-service/script/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/poi-service/script/run')
-rwxr-xr-xtest/poi-service/script/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/poi-service/script/run b/test/poi-service/script/run
index fad6697..ce8eb20 100755
--- a/test/poi-service/script/run
+++ b/test/poi-service/script/run
@@ -45,7 +45,7 @@ if [ ! -f $COMPONENT_EXE_DIR/poi-server ]
then
echo $COMPONENT_EXE_DIR/poi-server does not exist, so make it first
cd $COMPONENT_SCRIPT_DIR
- make all
+ ./build.sh make
cd $CURDIR
fi