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:06:27 UTC

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

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

 ##########
 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:
   Are you trying to build agent jar if the prev step didn't execute?

----------------------------------------------------------------
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