You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/10/09 06:25:44 UTC

[GitHub] [skywalking] dmsolr commented on a change in pull request #3579: [test/plugin]Improves script

dmsolr commented on a change in pull request #3579: [test/plugin]Improves script
URL: https://github.com/apache/skywalking/pull/3579#discussion_r332845059
 
 

 ##########
 File path: test/plugin/run.sh
 ##########
 @@ -93,9 +104,15 @@ waitForAvailable() {
         exitAndClean 1
     fi
 }
-parse_commandline "$@"
 
 start_stamp=`date +%s` ### start
+parse_commandline "$@"
+
+if [[ ! -d ${agent_home} ]]; then
+    echo "[WARN] SkyWalking Agent not exists"
+    ${mvnw} -f ${home}/../../pom.xml -Pagent -DskipTests clean package 
 
 Review comment:
   Yes.
   It is trigger only when it run local.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services